]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_proxy_backend_fastcgi.conf
- skip configure.in chunk for version bump
[packages/lighttpd.git] / lighttpd-mod_proxy_backend_fastcgi.conf
CommitLineData
426c7d5b 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
7server.modules += (
8 "mod_proxy_backend_fastcgi"
9)
This page took 0.034994 seconds and 4 git commands to generate.