]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-php-external.conf
- provide two PHP setups: externally spawned (by php-fcgi-init) and spawned by lightt...
[packages/lighttpd.git] / lighttpd-php-external.conf
CommitLineData
a56cbb6a
ER
1# FastCGI server for PHP
2fastcgi.server += (
3 ".php" => ((
4 "socket" => "/var/run/php/php-fcgi.sock",
5 "check-local" => "disable",
6 "bin-copy-environment" => (
7 "PATH", "SHELL", "USER"
8 ),
9 ))
10)
11
12fastcgi.server += (
13 ".php" => ((
14 "host" => "127.0.0.1",
15 "port" => 1026,
16 )),
17)
This page took 0.975877 seconds and 4 git commands to generate.