]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_cgi_php.conf
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[packages/lighttpd.git] / lighttpd-mod_cgi_php.conf
1 # CGI module
2 #
3 # http://www.lighttpd.net/documentation/cgi.html
4
5 cgi.assign += (
6         ".php" => "/usr/bin/php.cgi",
7         ".php4" => "/usr/bin/php4.cgi",
8 )
9
10 static-file.exclude-extensions += (".php")
This page took 0.019414 seconds and 3 git commands to generate.