代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/209211/4986615
c httpfmt.c
#include
#include
#include
#include
int
httpfmt(Fmt *f)
{
char buf[HMaxWord*2];
Rune r;
char *t, *s;
Htmlesc *l;
s = va_arg(f->args, char*);
for(t = buf; t < b
www.eeworm.com/read/176733/5335439
c conjunccbk.c
#include
#include
#include
#include
#include
#include "reg51.h"
#include "tfTypes.h"
#include "fs.h"
#include "uip.h"
#include "httpd.h"
#i
www.eeworm.com/read/292758/3940048
makefile
#
# You need an installed httpd-2.x to use this Makefile
#
APACHE_DIR=/home2/apache20/apache20
APR_DIR=$(APACHE_DIR)
APU_DIR=$(APACHE_DIR)
include $(APR_DIR)/build/config_vars.mk
# in htt
www.eeworm.com/read/286092/4042430
mansearchhelp
#!/bin/sh
MAN2HTML=/usr/bin/man2html
MANSH=/home/httpd/cgi-aux/man/mansearchhelp.aux
# Do we need lynxcgi URLs? For the moment our criterion is
# 1) HTTP_USER_AGENT=Lynx* and 2) HTTP_HOST is unset.
www.eeworm.com/read/100018/15889102
config-redhat-linux-6.0
log_dir=/var/log/squid
squid_path=squid
cache_dir=/var/spool/squid
squid_conf=/etc/squid/squid.conf
pid_file=/var/run/squid.pid
cachemgr_path=/home/httpd/cgi-bin/cachemgr.cgi
www.eeworm.com/read/100018/15889105
1 config-redhat-linux-6.1
log_dir=/var/log/squid
squid_path=squid
cache_dir=/var/spool/squid
squid_conf=/etc/squid/squid.conf
pid_file=/var/run/squid.pid
cachemgr_path=/home/httpd/cgi-bin/cachemgr.cgi
www.eeworm.com/read/100018/15889121
config-turbo-linux
log_dir=/var/log/squid
squid_path=squid
cache_dir=/var/spool/squid
squid_conf=/etc/squid.conf
pid_file=/var/run/squid.pid
cachemgr_path=/home/httpd/cgi-bin/cachemgr.cgi
www.eeworm.com/read/100018/15889125
config-redhat-linux
log_dir=/var/log/squid
squid_path=squid
cache_dir=/var/spool/squid
squid_conf=/etc/squid.conf
pid_file=/var/run/squid.pid
cachemgr_path=/home/httpd/cgi-bin/cachemgr.cgi
www.eeworm.com/read/139291/5805955
in makefile.in
CLEAN_TARGETS = gen_test_char test_char.h gen_uri_delims uri_delims.h \
ApacheCoreOS2.def
DISTCLEAN_TARGETS = httpd.exp
EXTRACLEAN_TARGETS = export_files exports.c export_vars.h
SUBDIRS = mpm
LTLI
www.eeworm.com/read/213260/15138967
makefile
include ./Rules.mak
dirs = 01_hello 02_pthread 03_tty 04_ad 05_da \
06_can 07_gps 08_gprs 09_httpd
all:
for i in $(dirs) ; do make -C $$i || exit $? ; done
clean:
-for i in $(dirs) ; do