代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/442179/1764885
xtp raw-socket.xtp
The additions are in com.caucho.server.http.Response and com.caucho.server.http.Request. This will only work with bin/httpd.sh (or bin/httpd.exe on windows) and no filters. The other configurations
www.eeworm.com/read/418008/2094584
h inetd.h
#define SKIP_FEATURE_HTTPD_WITHOUT_INETD(...) __VA_ARGS__
www.eeworm.com/read/161055/10458782
makefsdata
#!/usr/bin/perl
open(OUTPUT, "> httpd-fsdata.c");
chdir("httpd-fs");
open(FILES, "find . -type f |");
while($file = ) {
# Do not include files in CVS directories nor backup files.
www.eeworm.com/read/249966/4444039
conf thttpd.conf
# This section overrides defaults
dir=/home/httpd/html
chroot
user=httpd# default = nobody
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
# This section _documents_ defaults in effect
# port=
www.eeworm.com/read/209616/4957719
conf thttpd.conf
# This section overrides defaults
dir=/home/httpd/html
chroot
user=httpd# default = nobody
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
# This section _documents_ defaults in effect
# port
www.eeworm.com/read/418008/2095033
h str.h
#define USE_FEATURE_HTTPD_ENCODE_URL_STR(...) __VA_ARGS__