## /etc/thttpd/thttpd-titan.conf ## ## format is: key=value ## run in debug-mode? #debug ## what interface to bind to? ## (default is binding to any interface) #host=www.example.org port=8080 user=nobody ## CGI: ## ? match a single char ## * matches any string excluding "/" ## ** matches any string including "/" ## separate multiple patterns with "|" #cgipat=**.sh|**.cgi ## document-root: ## (it's not very same to set this -- better use /etc/conf.d/thttpd-titan!) #dir=/home/httpd/thttpd ## chroot: chroot #nochroot logfile=/var/log/thttpd.log pidfile=/var/run/thttpd.pid charset=iso-8859-1 ## cache-control: send this "max-age" in all HTTP-responses: #max-age=0 ## virtual hosting: #vhost