X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=mod_fastcgi.conf;fp=mod_fastcgi.conf;h=fabe29ab82f633ad42c68d4dc2e716ac7f5eab08;hb=8239b3691d1ae536833b6d53a2efd289956ccbcd;hp=0000000000000000000000000000000000000000;hpb=2bc378a1b82f8e82ab66bd2a656282134a6d05e0;p=packages%2Flighttpd.git diff --git a/mod_fastcgi.conf b/mod_fastcgi.conf new file mode 100644 index 0000000..fabe29a --- /dev/null +++ b/mod_fastcgi.conf @@ -0,0 +1,17 @@ +# FastCGI programs have the same functionality as CGI programs, +# but are considerably faster through lower interpreter startup +# time and socketed communication +# +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI + +server.modules += ( + "mod_fastcgi" +) + +#### fastcgi module +## read fastcgi.txt for more info +#fastcgi.debug = 1 + +#static-file.exclude-extensions = ( +# ".fcgi", +#)