initial commit: 1.5.0
[systemrescuecd.git] / portage-overlay / www-servers / thttpd / files / thttpd-2.25 / thttpd.conf.sample
1 ## /etc/thttpd.conf
2 ##
3 ## do not leave empty lines in here!
4 ## format is: key=value
5 ##
6 ## run in debug-mode?
7 #debug
8 ##
9 ## what interface to bind to?
10 ## (default is binding to any interface)
11 #host=www.example.org
12 port=8080
13 user=nobody
14 ##
15 ## CGI:
16 ##      ?       match a single char
17 ##      *       matches any string excluding "/"
18 ##      **      matches any string including "/"
19 ##      separate multiple patterns with "|"
20 #cgipat=**.sh|**.cgi
21 ##
22 ## chroot:
23 chroot
24 #nochroot
25 ##
26 logfile=/var/log/thttpd.log
27 pidfile=/var/run/thttpd.pid
28 ##
29 charset=iso-8859-1
30 ##
31 ## control the caching: (in secs)
32 #maxage 60
33 ##
34 ## virtual hosting:
35 #vhost
36 ##
37 ## cache-control: send this "max-age" in all HTTP-responses:
38 #max-age=0