summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample')
-rw-r--r--net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample b/net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample
deleted file mode 100644
index e70173206f85..000000000000
--- a/net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample
+++ /dev/null
@@ -1,38 +0,0 @@
-## /etc/thttpd.conf
-##
-## do not leave empty lines in here!
-## 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
-##
-## chroot:
-chroot
-#nochroot
-##
-logfile=/var/log/thttpd.log
-pidfile=/var/run/thttpd.pid
-##
-charset=iso-8859-1
-##
-## control the caching: (in secs)
-#maxage 60
-##
-## virtual hosting:
-#vhost
-##
-## cache-control: send this "max-age" in all HTTP-responses:
-#max-age=0