]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-external.conf
geoip packaging fixes
[packages/lighttpd.git] / lighttpd-php-external.conf
index 0404f348de09a3e1eff18210a972f2aab1c3965f..73741aad31fff31b7dfde1994c1f0ffcfa14db6f 100644 (file)
@@ -11,8 +11,8 @@
 
 fastcgi.server += (
        ".php" => ((
-               "socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
-#              "socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
+               "socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
+#              "socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
                # we enable check-local so you can use server.error-handler-404 for php files too
                "check-local" => "enable",
                "disable-time" => 1,
This page took 0.117725 seconds and 4 git commands to generate.