]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_cgi_php.conf
- typo
[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 )
This page took 0.0465 seconds and 4 git commands to generate.