]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-php-external.conf
- set db name to /var/lib/lighttpd/lighttpd.rrd
[packages/lighttpd.git] / lighttpd-php-external.conf
CommitLineData
a56cbb6a
ER
1# FastCGI server for PHP
2fastcgi.server += (
3 ".php" => ((
62beb50b 4 "socket" => "/var/run/php/fcgi.sock",
7e63f560
ER
5 # we enable check-local so you can use server.error-handler-404 for php files too
6 "check-local" => "enable",
20dda7b2 7 "disable-time" => 1,
a56cbb6a
ER
8 "bin-copy-environment" => (
9 "PATH", "SHELL", "USER"
10 ),
11 ))
12)
13
ffad21ad 14#fastcgi.server += (
67dd6603
ER
15# ".php" => (
16# "local" => (
17# "host" => "127.0.0.1",
18# "port" => 1028,
19# # we enable check-local so you can use server.error-handler-404 for php files too
20# "check-local" => "enable",
21# ),
22# "slave" => (
23# "host" => "192.168.5.93",
24# "port" => 1028,
25# # we enable check-local so you can use server.error-handler-404 for php files too
26# "check-local" => "enable",
27# ),
28# ),
ffad21ad 29#)
ed8900c9
ER
30
31static-file.exclude-extensions += (".php")
This page took 0.039156 seconds and 4 git commands to generate.