# "mod_redirect",
# "mod_alias",
"mod_access",
-# "mod_cml",
# "mod_trigger_b4_dl",
# "mod_auth",
# "mod_status",
# "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
# 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