|
|
|
@ -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 = "/srv/www/htdocs/"
|
|
|
|
|
|
|
|
|
|
## where to send error-messages to
|
|
|
|
@ -299,11 +298,6 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
|
|
|
|
|
# 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
|
|
|
|
|