]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-php-external.conf
- add mod_extforward module; rel 4
[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",
a56cbb6a
ER
5 "check-local" => "disable",
6 "bin-copy-environment" => (
7 "PATH", "SHELL", "USER"
8 ),
9 ))
10)
11
ffad21ad
ER
12#fastcgi.server += (
13# ".php" => ((
14# "host" => "127.0.0.1",
15# "port" => 1026,
16# )),
17#)
ed8900c9
ER
18
19static-file.exclude-extensions += (".php")
This page took 0.034154 seconds and 4 git commands to generate.