]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_simple_vhost.conf
- make optional lighttpd-angel support (supervisor and HUP handler)
[packages/lighttpd.git] / lighttpd-mod_simple_vhost.conf
index 6dbcca68a6b693d3995255773cc1a32d632c4766..a84972be5f69ed6404904fbee1f95161c05023d4 100644 (file)
@@ -1,3 +1,15 @@
+# Simple name-based virtual hosting
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSimpleVhost
+
 server.modules += (
        "mod_simple_vhost"
 )
+
+## The document root of a virtual host isdocument-root =
+##   simple-vhost.server-root + $HTTP["host"] + simple-vhost.document-root
+simple-vhost.server-root         = "/home/services/lighttpd/"
+simple-vhost.document-root       = "/html/"
+
+## the default host if no host is sent
+simple-vhost.default-host        = "www.example.com"
This page took 0.058758 seconds and 4 git commands to generate.