]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- use socket that php-fcgi-init has by default
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jul 2006 22:50:40 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.4

lighttpd-php-external.conf

index bd7ab8b0790e3332c4c8a31986178fc77dee4483..679696e0058cc45db6a90114744814c260c0c437 100644 (file)
@@ -1,7 +1,7 @@
 # FastCGI server for PHP
 fastcgi.server += (
        ".php" => ((
-               "socket" => "/var/run/php/php-fcgi.sock",
+               "socket" => "/var/run/php/fcgi.sock",
                "check-local" => "disable",
                "bin-copy-environment" => (
                        "PATH", "SHELL", "USER"
This page took 0.151275 seconds and 4 git commands to generate.