]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_simple_vhost.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_simple_vhost.conf
index 5bed03736d23e62f658dbbaccac6f037c1d59912..5ffb73ebf144504e1bce76f9b3b29289025fae3f 100644 (file)
@@ -1,18 +1,15 @@
+# Simple name-based virtual hosting
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSimpleVhost
+
 server.modules += (
        "mod_simple_vhost"
 )
 
-###### virtual hosts
-##
-##   If you want name-based virtual hosting add the next three settings and load
-##   mod_simple_vhost
-##
-## document-root =
-##   virtual-server-root + virtual-server-default-host + virtual-server-docroot
-## or
-##   virtual-server-root + http-host + virtual-server-docroot
-##
-#simple-vhost.server-root         = "/home/weigon/wwwroot/servers/"
-#simple-vhost.default-host        = "grisu.home.kneschke.de"
-#simple-vhost.document-root       = "/pages/"
+## 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.041073 seconds and 4 git commands to generate.