File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / thttpd / contrib / redhat-rpm / thttpd.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:21:13 2012 UTC (13 years, 6 months ago) by misho
Branches: thttpd, MAIN
CVS tags: v2_25b, HEAD
thttpd

    1: # This section overrides defaults
    2: dir=/home/httpd/html
    3: chroot
    4: user=httpd# default = nobody
    5: logfile=/var/log/thttpd.log
    6: pidfile=/var/run/thttpd.pid
    7: # This section _documents_ defaults in effect
    8: # port=80
    9: # nosymlink# default = !chroot
   10: # novhost
   11: # nocgipat
   12: # nothrottles
   13: # host=0.0.0.0
   14: # charset=iso-8859-1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>