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