]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_fastcgi.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
CommitLineData
1efd0147
ER
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#
bce8a1c7 5# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI
fc539fd1 6
7d3968ad
ER
7server.modules += (
8 "mod_fastcgi"
9)
693950e2
ER
10
11#### fastcgi module
12## read fastcgi.txt for more info
13#fastcgi.debug = 1
2683d1b0
ER
14
15#static-file.exclude-extensions = (
16# ".fcgi",
17#)
This page took 0.076701 seconds and 4 git commands to generate.