]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-php-spawned.conf
- install dir for rrdtool data
[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 ),
7e63f560
ER
15 "broken-scriptfilename" => "enable",
16 "check-local" => "enable",
20dda7b2 17 "disable-time" => 1,
a56cbb6a
ER
18 ))
19)
ed8900c9
ER
20
21static-file.exclude-extensions += (".php")
This page took 0.037094 seconds and 4 git commands to generate.