]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- do static-file.exclude-extensions in php configs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Jul 2006 16:49:48 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_staticfile.conf -> 1.4
    lighttpd-php-external.conf -> 1.3
    lighttpd-php-spawned.conf -> 1.2

lighttpd-mod_staticfile.conf
lighttpd-php-external.conf
lighttpd-php-spawned.conf

index 063aeedd878a25f5995325f845eb44c390f90927..28b72dd0842a412f43d93447e5b0fa5e49228e43 100644 (file)
@@ -7,5 +7,5 @@ server.modules += (
 
 # which extensions should not be handle via static-file transfer
 #
-# .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
+# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
+static-file.exclude-extensions = ( ".pl", ".fcgi" )
index cf6ba06e1a0873a54c9cc1482137a0db8358f7f5..bd7ab8b0790e3332c4c8a31986178fc77dee4483 100644 (file)
@@ -15,3 +15,5 @@ fastcgi.server += (
 #              "port" => 1026,
 #      )),
 #)
+
+static-file.exclude-extensions += (".php")
index 6c5e0fe2429e1c3eb272d282380764c3b2c1bd66..87e972984ae4e74035cea26273964921a6952d50 100644 (file)
@@ -15,3 +15,5 @@ fastcgi.server += (
                "broken-scriptfilename" => "enable"
        ))
 )
+
+static-file.exclude-extensions += (".php")
This page took 0.076211 seconds and 4 git commands to generate.