]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-php-external.conf
- use socket that php-fcgi-init has by default
[packages/lighttpd.git] / lighttpd-php-external.conf
1 # FastCGI server for PHP
2 fastcgi.server += (
3         ".php" => ((
4                 "socket" => "/var/run/php/fcgi.sock",
5                 "check-local" => "disable",
6                 "bin-copy-environment" => (
7                         "PATH", "SHELL", "USER"
8                 ),
9         ))
10 )
11
12 #fastcgi.server += (
13 #       ".php" => ((
14 #               "host" => "127.0.0.1",
15 #               "port" => 1026,
16 #       )),
17 #)
18
19 static-file.exclude-extensions += (".php")
This page took 0.058182 seconds and 4 git commands to generate.