代码搜索:thttpd

找到约 128 项符合「thttpd」的源代码

代码结果 128
www.eeworm.com/read/114554/15048101

c thttpd.c

/* thttpd.c - tiny/turbo/throttling HTTP server ** ** Copyright
www.eeworm.com/read/249966/4444037

spec thttpd.spec

Summary: Throttleable lightweight httpd server Name: thttpd Version: 2.25b Release: 1 Group: Networking URL: http://www.acme.com/software/thttpd Source0: http://www.acme.com/software/thttpd/thttpd-%{P
www.eeworm.com/read/249966/4444038

init thttpd.init

#!/bin/bash # The following two lines enable chkconfig(1) to manipulate this script # chkconfig: 2345 99 01 # description: control Jef Poskanzer's tiny/turbo/throttling http daemon # source function
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/222917/4815275

thttpd_patch

diff -ur thttpd-2.21b/Makefile.in thttpd-2.21b-cool/Makefile.in --- thttpd-2.21b/Makefile.in Thu Mar 29 20:36:21 2001 +++ thttpd-2.21b-cool/Makefile.in Sat Sep 20 14:43:20 2003 @@ -46,13 +46,15 @@
www.eeworm.com/read/222917/4815276

c thttpd.c

/* +----------------------------------------------------------------------+ | PHP Version 4 | +-----------------------------------------
www.eeworm.com/read/209616/4957717

spec thttpd.spec

Summary: Throttleable lightweight httpd server Name: thttpd Version: 2.20c Release: 1 Group: Networking URL: http://www.acme.com/software/thttpd Source0: http://www.acme.com/software/thttpd/thttpd-%{P
www.eeworm.com/read/209616/4957718

init thttpd.init

#!/bin/bash # The following two lines enable chkconfig(1) to manipulate this script # chkconfig: 2345 99 01 # description: control Jef Poskanzer's tiny/turbo/throttling http daemon # source function
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/402579/2319110

init thttpd.init

#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org START=54 # Copyright (C) 2006 Carlos Sobrinho start() { config_load thttpd /usr/sbin/thttpd -C /etc/thttpd.conf } stop() { killall thttpd