]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_fastcgi.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
1 server.modules += (
2         "mod_fastcgi"
3 )
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.033469 seconds and 4 git commands to generate.