]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - mod_fastcgi.conf
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / 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://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI
6
7 server.modules += (
8         "mod_fastcgi"
9 )
10
11 #### fastcgi module
12 ## read fastcgi.txt for more info
13 #fastcgi.debug = 1
14
15 #static-file.exclude-extensions = (
16 #       ".fcgi",
17 #)