]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- minimal default disable-time
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Dec 2006 11:53:50 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.6
    lighttpd-php-spawned.conf -> 1.4

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

index 0b9877f8b468ce638038db245e2c7a48a0bd584a..76bb4c793d512dc4c80eeb7229a77c5bb0c6d632 100644 (file)
@@ -4,6 +4,7 @@ fastcgi.server += (
                "socket" => "/var/run/php/fcgi.sock",
                # we enable check-local so you can use server.error-handler-404 for php files too
                "check-local" => "enable",
+               "disable-time" => 1,
                "bin-copy-environment" => (
                        "PATH", "SHELL", "USER"
                ),
index ed97f6a8798f38fb416e0b8ee209c08bf72a1765..485f4030d290d87bb3fcb93a82736d93abc8b83f 100644 (file)
@@ -14,6 +14,7 @@ fastcgi.server += (
                ),
                "broken-scriptfilename" => "enable",
                "check-local" => "enable",
+               "disable-time" => 1,
        ))
 )
 
This page took 0.030022 seconds and 4 git commands to generate.