contrib/thttpd/thttpd.conf

14 lines
159 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
#
# /etc/thttpd.conf
#
#
port=80
user=nobody
dir=/home/www
nochroot
cgipat=/cgi-bin/**
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
#
# End of file