]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-php-external.conf
- rel 5: let webserver depend on webapps so packages can trigger
[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",
a56cbb6a
ER
7 "bin-copy-environment" => (
8 "PATH", "SHELL", "USER"
9 ),
10 ))
11)
12
ffad21ad
ER
13#fastcgi.server += (
14# ".php" => ((
15# "host" => "127.0.0.1",
16# "port" => 1026,
17# )),
18#)
ed8900c9
ER
19
20static-file.exclude-extensions += (".php")
This page took 0.024093 seconds and 4 git commands to generate.