代码搜索:thttpd
找到约 128 项符合「thttpd」的源代码
代码结果 128
www.eeworm.com/read/139060/13191185
thttpd_wrapper
#!/bin/sh
#
# thttpd_wrapper - wrapper script for thttpd on FreeBSD
#
# This goes in /usr/local/sbin. It runs thttpd in a loop. If thttpd
# exits then the script restarts it automatically.
#
# The -
www.eeworm.com/read/139060/13191187
sh thttpd.sh
#!/bin/sh
#
# thttpd.sh - startup script for thttpd on FreeBSD
#
# This goes in /usr/local/etc/rc.d and gets run at boot-time.
case "$1" in
start)
if [ -x /usr/local/sbin/thttpd_wrapper ] ;
www.eeworm.com/read/139060/13191200
c thttpd.c
/* thttpd.c - tiny/turbo/throttling HTTP server
**
** Copyright
www.eeworm.com/read/114554/15048062
8 thttpd.8
.TH thttpd 8 "29 February 2000"
.SH NAME
thttpd - tiny/turbo/throttling HTTP server
.SH SYNOPSIS
.B thttpd
.RB [ -C
.IR configfile ]
.RB [ -p
.IR port ]
.RB [ -d
.IR dir ]
.RB [ -r | -nor ]
.RB [ -s |
www.eeworm.com/read/114554/15048072
spec thttpd.spec
Summary: Throttleable lightweight httpd server
Name: thttpd
Version: 2.20
Release: 1
Group: Networking
URL: http://www.acme.com/software/thttpd
Source0: http://www.acme.com/software/thttpd/thttpd-%{PA
www.eeworm.com/read/114554/15048075
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/114554/15048076
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/114554/15048094
thttpd_wrapper
#!/bin/sh
#
# thttpd_wrapper - wrapper script for thttpd on FreeBSD 3.x
#
# This goes in /usr/local/sbin. It runs thttpd in a loop. If thttpd
# exits then the script restarts it automatically.
#
# T
www.eeworm.com/read/114554/15048096
sh thttpd.sh
#!/bin/sh
#
# thttpd.sh - startup script for thttpd on FreeBSD 3.x
#
# This goes in /usr/local/etc/rc.d and gets run at boot-time.
if [ -x /usr/local/sbin/thttpd_wrapper ] ; then
echo -n " thttpd