Author: aredridel Date: Thu Mar 29 03:37:11 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - added
---- Files affected: SOURCES: lighttpd-mod_proxy_backend_fastcgi.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/lighttpd-mod_proxy_backend_fastcgi.conf diff -u /dev/null SOURCES/lighttpd-mod_proxy_backend_fastcgi.conf:1.1 --- /dev/null Thu Mar 29 05:37:11 2007 +++ SOURCES/lighttpd-mod_proxy_backend_fastcgi.conf Thu Mar 29 05:37:06 2007 @@ -0,0 +1,9 @@ +# FastCGI programs have the same functionality as CGI programs, +# but are considerably faster through lower interpreter startup +# time and socketed communication +# +# Documentation: http://www.lighttpd.net/documentation/fastcgi.html + +server.modules += ( + "mod_proxy_backend_fastcgi" +) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
