From 9ff20635fbb0945195f2b562f46efca8f5d13850 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 24 May 2010 20:15:12 +0200 Subject: new upstream config file --- files/lighttpd.conf | 10 ++-------- 1 file 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 -- cgit v1.2.3