代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/358055/3006989
webserver makefile.webserver
APP_SOURCES += httpd.c http-strings.c httpd-fs.c httpd-cgi.c
www.eeworm.com/read/358055/3007037
webserver makefile.webserver
APP_SOURCES += httpd.c http-strings.c httpd-fs.c httpd-cgi.c
www.eeworm.com/read/358055/3007063
webserver makefile.webserver
APP_SOURCES += httpd.c http-strings.c httpd-fs.c httpd-cgi.c
www.eeworm.com/read/382749/9003435
py 085-wsreqhandlers.py
def init_server():
global phone_req, cache
phone_req = {}
cache = {}
def process_json(msg):
global cache
cache = msg
return phone_req
def process_get(path, query):
phone
www.eeworm.com/read/161159/10443053
makefile
# Makefile for mini_httpd
# CONFIGURE: If you are using a SystemV-based operating system, such as
# Solaris, you will need to uncomment this definition.
#SYSV_LIBS = -lnsl -lsocket
# CONFIGURE: S
www.eeworm.com/read/161159/10443086
h version.h
/* version.h - version defines for mini_httpd */
#ifndef _VERSION_H_
#define _VERSION_H_
#define SERVER_SOFTWARE "mini_httpd/1.19 19dec2003"
#define SERVER_URL "http://www.acme.com/software/mini_htt
www.eeworm.com/read/457466/7325230
makefile
# Makefile for mini_httpd
# CONFIGURE: If you are using a SystemV-based operating system, such as
# Solaris, you will need to uncomment this definition.
#SYSV_LIBS = -lnsl -lsocket
# CONFIGURE: S
www.eeworm.com/read/457466/7325238
h version.h
/* version.h - version defines for mini_httpd */
#ifndef _VERSION_H_
#define _VERSION_H_
#define SERVER_SOFTWARE "mini_httpd/1.19 19dec2003"
#define SERVER_URL "http://www.acme.com/software/mini_htt
www.eeworm.com/read/139291/5806003
mk core.mk
# Some rules for making a shared core dll on OS/2
os2core: httpd.dll $(CORE_IMPLIB)
$(LIBTOOL) --mode=link gcc -Zstack 512 $(LDFLAGS) $(EXTRA_LDFLAGS) -o httpd $(CORE_IMPLIB)
httpd.dll: $(PROGRAM_D
www.eeworm.com/read/169190/5427323
makefile
#
# Top-level Makefile for APRUTIL
#
CPP = gcc -E
# gets substituted into some targets
APRUTIL_MAJOR_VERSION=0
APRUTIL_DOTTED_VERSION=0.9.7
srcdir = /home/httpd-2.0.55/srclib/apr-util
VPATH = /home/