]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- $USER does not contain anything useful for FCGI
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Feb 2007 21:56:40 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.9
    lighttpd-php-spawned.conf -> 1.6

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

index ede6d0fdc46140ad95c43005d5263c6b16dea06d..64ea169e1b366134d27f38ff0364284a529e9919 100644 (file)
@@ -16,7 +16,7 @@ fastcgi.server += (
                "check-local" => "enable",
                "disable-time" => 1,
                "bin-copy-environment" => (
-                       "PATH", "SHELL", "USER"
+                       "PATH", "SHELL"
                ),
        ))
 )
index c86474357720fb09f9776b4e479933c757c53b2d..3a0a8a36ef8f7ee08038d94a4065b763720f3c7a 100644 (file)
@@ -20,7 +20,7 @@ fastcgi.server += (
                        "PHP_FCGI_MAX_REQUESTS" => "10000"
                ),
                "bin-copy-environment" => (
-                       "PATH", "SHELL", "USER"
+                       "PATH", "SHELL"
                ),
                "broken-scriptfilename" => "enable",
                "check-local" => "enable",
This page took 0.044941 seconds and 4 git commands to generate.