代码搜索:httpd

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

代码结果 3,603
www.eeworm.com/read/100018/15888413

cgi edit_defines.cgi

#!/usr/local/bin/perl # edit_defines.cgi # Display a form for editing run-time httpd defines require './apache-lib.pl'; $access{'global'}==1 || &error($text{'defines_ecannot'}); &header($text{'define
www.eeworm.com/read/166242/10027234

c example-mainloop-with-arp.c

#include "uip.h" #include "uip_arp.h" #include "network-device.h" #include "httpd.h" #include "timer.h" #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) /*--------------------------------------------
www.eeworm.com/read/280077/10355213

c example-mainloop-with-arp.c

#include "uip.h" #include "uip_arp.h" #include "network-device.h" #include "httpd.h" #include "timer.h" #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) /*--------------------------------------------
www.eeworm.com/read/318179/13483688

c example-mainloop-with-arp.c

#include "uip.h" #include "uip_arp.h" #include "network-device.h" #include "httpd.h" #include "timer.h" #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) /*--------------------------------------------
www.eeworm.com/read/148612/12447980

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_
www.eeworm.com/read/8271/145131

c example-mainloop-with-arp.c

#include "uip.h" #include "uip_arp.h" #include "network-device.h" #include "httpd.h" #include "timer.h" #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) /*--------------------------------------------
www.eeworm.com/read/8271/145492

c example-mainloop-with-arp.c

#include "uip.h" #include "uip_arp.h" #include "network-device.h" #include "httpd.h" #include "timer.h" #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) /*--------------------------------------------
www.eeworm.com/read/16701/682682

c example-mainloop-with-arp.c

#include "uip.h" #include "uip_arp.h" #include "network-device.h" #include "httpd.h" #include "timer.h" #define BUF ((struct uip_eth_hdr *)&uip_buf[0]) /*--------------------------------------------
www.eeworm.com/read/222917/4817188

sh apconf-conv.sh

#!/bin/sh if [ "$1" = "" ]; then echo "Usage: $0 /somewhere/httpd.conf" exit 1 fi if [ ! -w $1 ]; then echo "You cannot write to $1" exit 1 fi TMPFILE=tmpfile.$$ awk -f conffix.awk $TMPFI
www.eeworm.com/read/209211/4981620

c log.c

#include #include #include "httpd.h" #include "httpsrv.h" int logall[3]; /* logall[2] is in "Common Log Format" */ static char * monname[12] = { "Jan", "Feb", "Mar", "Apr", "May",