]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_fastcgi.conf
- ideas from debian
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
CommitLineData
7d3968ad
ER
1server.modules += (
2 "mod_fastcgi"
3)
693950e2
ER
4
5#### fastcgi module
6## read fastcgi.txt for more info
7#fastcgi.debug = 1
8#fastcgi.server = (
9# ".php" => (
10# "localhost" => (
11# "socket" => "/var/run/php/php-fastcgi.sock",
12# "bin-path" => "/usr/bin/php.fcgi",
13# )
14# )
15#)
16
17#### standalone of php-fcgi
18# if you want to use standalone version of php.fcgi
19# install php-fcgi-init , start php-fcgi and then start lighttpd
20#
21#fastcgi.server = (
22# ".php" => (
23# ( "host" => "127.0.0.1",
24# "port" => 1026,
25# )
26# )
27#)
28
This page took 0.065219 seconds and 4 git commands to generate.