summaryrefslogtreecommitdiff
path: root/openwrt/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/lighttpd.conf')
-rw-r--r--openwrt/lighttpd.conf36
1 files changed, 18 insertions, 18 deletions
diff --git a/openwrt/lighttpd.conf b/openwrt/lighttpd.conf
index 42d2f76..b17519d 100644
--- a/openwrt/lighttpd.conf
+++ b/openwrt/lighttpd.conf
@@ -1,5 +1,5 @@
# lighttpd configuration file
-#
+#
# use a it as base for lighttpd 1.0.0 and above
#
# $Id: lighttpd.conf,v 1.6 2004/08/29 09:44:53 weigon Exp $
@@ -11,12 +11,12 @@
# all other module should only be loaded if really neccesary
# - saves some time
# - saves memory
-server.modules = (
-# "mod_rewrite",
-# "mod_redirect",
- "mod_access",
-# "mod_auth",
-# "mod_status",
+server.modules = (
+# "mod_rewrite",
+# "mod_redirect",
+ "mod_access",
+# "mod_auth",
+# "mod_status",
# "mod_fastcgi",
# "mod_simple_vhost",
# "mod_evhost",
@@ -25,10 +25,10 @@ server.modules = (
# "mod_ssi",
# "mod_usertrack",
# "mod_rrdtool",
-# "mod_accesslog"
+# "mod_accesslog"
)
-## a static document-root, for virtual-hosting take look at the
+## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
server.document-root = "/www/"
@@ -36,11 +36,11 @@ server.document-root = "/www/"
# server.errorlog = ""
# files to check for if .../ is requested
-server.indexfiles = ( "index.php", "index.html",
+server.indexfiles = ( "index.php", "index.html",
"index.htm", "default.htm" )
# mimetype mapping
-mimetype.assign = (
+mimetype.assign = (
".pdf" => "application/pdf",
".sig" => "application/pgp-signature",
".spl" => "application/futuresplash",
@@ -131,7 +131,7 @@ url.access-deny = ( "~", ".inc" )
#simple-vhost.document-root = "/pages/"
-##
+##
## Format: <errorfile-prefix><status>.html
## -> ..../status-404.html for 'File not found'
#server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-"
@@ -160,8 +160,8 @@ url.access-deny = ( "~", ".inc" )
#### fastcgi module
## read fastcgi.txt for more info
#fastcgi.server = ( ".php" =>
-# ( "grisu" =>
-# (
+# ( "grisu" =>
+# (
# "host" => "192.168.2.10",
# "port" => 1026
# )
@@ -191,14 +191,14 @@ url.access-deny = ( "~", ".inc" )
# auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
# auth.backend.ldap.filter = "(uid=$)"
-# auth.require = ( "/server-status" =>
-# (
+# auth.require = ( "/server-status" =>
+# (
# "method" => "digest",
# "realm" => "download archiv",
# "require" => "group=www|user=jan|host=192.168.2.10"
# ),
-# "/server-info" =>
-# (
+# "/server-info" =>
+# (
# "method" => "digest",
# "realm" => "download archiv",
# "require" => "group=www|user=jan|host=192.168.2.10"