]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_cgi_php.conf
- revert, put this to new package if really needed
[packages/lighttpd.git] / lighttpd-mod_cgi_php.conf
CommitLineData
721372b6
PG
1# CGI module
2#
3# http://www.lighttpd.net/documentation/cgi.html
4
cb13da59 5cgi.assign += (
721372b6 6 ".php" => "/usr/bin/php.cgi",
b14112fb 7 ".php4" => "/usr/bin/php4.cgi",
721372b6 8)
This page took 0.69986 seconds and 4 git commands to generate.