]> andersk Git - sql.git/blobdiff - etc/lighttpd/lighttpd.conf
k-s: uncommitted changes
[sql.git] / etc / lighttpd / lighttpd.conf
index 82b4d891238147d9aa8f5447836e9a081898d65d..ff497cb67dd239d554ae829117f388845c5c5c6f 100644 (file)
@@ -1,9 +1,10 @@
 server.modules              = ( "mod_rewrite", "mod_alias", "mod_access", "mod_fastcgi", "mod_redirect", "mod_accesslog" )
 server.errorlog             = "/var/log/lighttpd/error_log"
-accesslog.filename          = "/var/log/lighttpd/access_log"
+$HTTP["useragent"] !~ "^check_http" {
+    accesslog.filename          = "/var/log/lighttpd/access_log"
+}
 etag.use-inode              = "disable"
 index-file.names            = ( "index.php", "index.html" )
-server.tag                  = ""
 url.access-deny             = ( "~", ".inc", ".svn", "CVS" )
 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
 static-file.etags           = "enable"
This page took 0.044734 seconds and 4 git commands to generate.