]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_proxy_backend_fastcgi.conf
- update to 1.4.18, fixes SA 2007:12
[packages/lighttpd.git] / lighttpd-mod_proxy_backend_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_proxy_backend_fastcgi"
9 )
This page took 0.049842 seconds and 3 git commands to generate.