]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
new upstream config file
authormh <mh@immerda.ch>
Mon, 24 May 2010 18:15:12 +0000 (20:15 +0200)
committermh <mh@immerda.ch>
Mon, 24 May 2010 18:15:12 +0000 (20:15 +0200)
files/lighttpd.conf

index d48fc00dc5975f2018512600874fedcf77f2ed40..2e0b68ed3cd6a9113bf8e80070118554f31ae673 100644 (file)
@@ -16,7 +16,6 @@ server.modules              = (
 #                               "mod_redirect",
 #                               "mod_alias",
                                 "mod_access",
-#                               "mod_cml",
 #                               "mod_trigger_b4_dl",
 #                               "mod_auth",
 #                               "mod_status",
@@ -35,8 +34,8 @@ server.modules              = (
 #                               "mod_rrdtool",
                                 "mod_accesslog" )
 
-## a static document-root, for virtual-hosting take look at the
-## server.virtual-* options
+## A static document-root. For virtual hosting take a look at the
+## mod_simple_vhost module.
 server.document-root        = "/var/www/lighttpd/"
 
 ## where to send error-messages to
@@ -300,11 +299,6 @@ server.groupname           = "lighttpd"
 # trigger-before-download.deny-url = "http://127.0.0.1/index.html"
 # trigger-before-download.trigger-timeout = 10
 
-## for mod_cml
-## don't forget to add index.cml to server.indexfiles
-# cml.extension               = ".cml"
-# cml.memcache-hosts          = ( "127.0.0.1:11211" )
-
 #### variable usage:
 ## variable name without "." is auto prefixed by "var." and becomes "var.bar"
 #bar = 1