## /etc/mini_httpd.conf ## ## format is: key=value ## see mini_httpd(8) for available KEYwords. ## 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 ## chroot: chroot #nochroot ## data-dir (directory to use use inside a chroot -- see man-page) #data_dir=/foo/bar logfile=/var/log/mini_httpd.log pidfile=/var/run/mini_httpd.pid charset=iso-8859-1 ## useless setting (just modifies the http-header) ## (see mini_httpd(8) and http://www.w3.org/P3P/ for more info) #p3p ## virtual hosting: #vhost ## cache-control: send this "max-age" in all HTTP-responses: #maxage=0 ## ssl: #nossl #ssl #certfile=/tmp/mini_httpd.pem