]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_fastcgi.conf
- provide two PHP setups: externally spawned (by php-fcgi-init) and spawned by lightt...
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
1 ## FastCGI programs have the same functionality as CGI programs,
2 ## but are considerably faster through lower interpreter startup
3 ## time and socketed communication
4 ##
5 ## Documentation: http://www.lighttpd.net/documentation/fastcgi.html
6
7 server.modules += (
8         "mod_fastcgi"
9 )
10
11 #### fastcgi module
12 ## read fastcgi.txt for more info
13 #fastcgi.debug = 1
This page took 0.038676 seconds and 4 git commands to generate.