summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-05-24 20:15:12 +0200
committermh <mh@immerda.ch>2010-05-24 20:15:12 +0200
commit9ff20635fbb0945195f2b562f46efca8f5d13850 (patch)
tree5927f03bd1826419de55bdff56863dba79d9f680
parenta43342b87a0199f52706033f5c2521c8de57f62c (diff)
downloadpuppet-lighttpd-9ff20635fbb0945195f2b562f46efca8f5d13850.tar.gz
puppet-lighttpd-9ff20635fbb0945195f2b562f46efca8f5d13850.tar.bz2
new upstream config file
-rw-r--r--files/lighttpd.conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/files/lighttpd.conf b/files/lighttpd.conf
index d48fc00..2e0b68e 100644
--- a/files/lighttpd.conf
+++ b/files/lighttpd.conf
@@ -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