aboutsummaryrefslogtreecommitdiffstats
path: root/extra/mini_httpd/mini_httpd.conf.sample
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-27 09:16:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-27 09:16:15 +0000
commit9fc1b28e24cd53442793b6b8c8dd319ae6f23f7b (patch)
tree26da971ccbeebd6a60553455791b4b20808b1243 /extra/mini_httpd/mini_httpd.conf.sample
parentd41b368a2fe77470d3a1ba68c9beb7a2712d36aa (diff)
extra/mini_httpd: new aport
Diffstat (limited to 'extra/mini_httpd/mini_httpd.conf.sample')
-rw-r--r--extra/mini_httpd/mini_httpd.conf.sample48
1 files changed, 48 insertions, 0 deletions
diff --git a/extra/mini_httpd/mini_httpd.conf.sample b/extra/mini_httpd/mini_httpd.conf.sample
new file mode 100644
index 00000000000..f215652fe6a
--- /dev/null
+++ b/extra/mini_httpd/mini_httpd.conf.sample
@@ -0,0 +1,48 @@
+## /etc/mini_httpd.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=80
+#port=443
+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/mini_httpd.log
+pidfile=/var/run/mini_httpd.pid
+##
+#charset=iso-8859-1
+##
+## control the caching: (in secs)
+#maxage 60
+##
+## 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:
+#max-age=0
+##
+## ssl:
+#nossl
+#ssl
+#certfile=/etc/mini_httpd/mini_httpd.pem