]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-php-spawned.conf
- patch unix part not windows, sigh
[packages/lighttpd.git] / lighttpd-php-spawned.conf
CommitLineData
a56cbb6a
ER
1# FastCGI server for PHP
2fastcgi.server += (
3 ".php" => ((
4 "bin-path" => "/usr/bin/php.fcgi",
5 "socket" => "/var/run/php/php-fcgi-" + var.pid + ".sock",
6 "max-procs" => 2,
7 "idle-timeout" => 20,
8 "bin-environment" => (
9 "PHP_FCGI_CHILDREN" => "4",
10 "PHP_FCGI_MAX_REQUESTS" => "10000"
11 ),
12 "bin-copy-environment" => (
13 "PATH", "SHELL", "USER"
14 ),
15 "broken-scriptfilename" => "enable"
16 ))
17)
ed8900c9
ER
18
19static-file.exclude-extensions += (".php")
This page took 0.033249 seconds and 4 git commands to generate.