SOURCES: lighttpd-mod_simple_vhost.conf - update from debian

glen glen at pld-linux.org
Mon Jul 17 14:55:56 CEST 2006


Author: glen                         Date: Mon Jul 17 12:55:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update from debian

---- Files affected:
SOURCES:
   lighttpd-mod_simple_vhost.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_simple_vhost.conf
diff -u SOURCES/lighttpd-mod_simple_vhost.conf:1.2 SOURCES/lighttpd-mod_simple_vhost.conf:1.3
--- SOURCES/lighttpd-mod_simple_vhost.conf:1.2	Tue Jul 11 22:17:36 2006
+++ SOURCES/lighttpd-mod_simple_vhost.conf	Mon Jul 17 14:55:51 2006
@@ -1,18 +1,16 @@
+# Simple name-based virtual hosting
+#
+# Documentation: http://www.lighttpd.net/documentation/simple-vhost.html
+
 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"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-mod_simple_vhost.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list