代码搜索:httpd

找到约 3,603 项符合「httpd」的源代码

代码结果 3,603
www.eeworm.com/read/419019/10889263

sh stat_hour.sh

#!/bin/sh HOST="61.13.19.20" TZ=GMT-7 export TZ QUERYTIME=`date +"%F:%H"` LOGFILE="/usr/local/ndms/logs/httpd/access_log.$QUERYTIME" awk -F"GET" '{print $2}' $LOGFILE |awk '{print $1}'|grep '/*.
www.eeworm.com/read/249987/4443722

h apache_gsoap.h

/** Interface between the apache http - server (http://httpd.apache.org) and the gsoap SOAP stack (http://www.cs.fsu.edu/~engelen/soap.html) * @file apache_gsoap.h */ #ifndef _APACHE_GSOAP_H_INC
www.eeworm.com/read/249987/4443766

h apache_gsoap.h

/** Interface between the apache http - server (http://httpd.apache.org) and the gsoap SOAP stack (http://www.cs.fsu.edu/~engelen/soap.html) * @file apache_gsoap.h */ #ifndef _APACHE_GSOAP_H_INC
www.eeworm.com/read/209211/4981623

c sendfd.c

#include #include #include #include "httpd.h" #include "httpsrv.h" static void printtype(Hio *hout, HContent *type, HContent *enc); /* * these should be done better; see th
www.eeworm.com/read/209211/4981625

c content.c

#include #include #include #include "httpd.h" #include "httpsrv.h" typedef struct Suffix Suffix; struct Suffix { Suffix *next; char *suffix; char *generic; char *specific;
www.eeworm.com/read/209211/4981638

c imagemap.c

#include #include #include #include "httpd.h" #include "httpsrv.h" typedef struct Point Point; typedef struct OkPoint OkPoint; typedef struct Strings Strings; struct Point {
www.eeworm.com/read/209211/4986609

c hio.c

#include #include #include static char hstates[] = "nrewE"; static char hxfers[] = " x"; int hinit(Hio *h, int fd, int mode) { if(fd == -1 || mode != Hread && mode != Hwrit
www.eeworm.com/read/209211/4986621

c okheaders.c

#include #include #include #include /* * write initial part of successful header */ void hokheaders(HConnect *c) { Hio *hout; hout = &c->hout; hprint(hout, "%s
www.eeworm.com/read/197479/5094797

h apache_gsoap.h

/** Interface between the apache http - server (http://httpd.apache.org) and the gsoap SOAP stack (http://www.cs.fsu.edu/~engelen/soap.html) * @file apache_gsoap.h */ #ifndef _APACHE_GSOAP_H_INC
www.eeworm.com/read/197479/5094842

h apache_gsoap.h

/** Interface between the apache http - server (http://httpd.apache.org) and the gsoap SOAP stack (http://www.cs.fsu.edu/~engelen/soap.html) * @file apache_gsoap.h */ #ifndef _APACHE_GSOAP_H_INC