]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- uncomment php entry
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 27 Apr 2008 11:20:14 +0000 (11:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_cgi.conf -> 1.5

lighttpd-mod_cgi.conf

index 1b4bcbb8f52e43ae3a006dc9a3664aada9b1ffa0..4eef087121d1e01c084058194c9cce835abd9b23 100644 (file)
@@ -19,6 +19,6 @@ alias.url += (
 cgi.assign = (
     ".cgi" => "",
 #      ".pl"  => "/usr/bin/perl",
-#      ".php" => "/usr/bin/php-cgi",
+       ".php" => "/usr/bin/php-cgi",
 #      ".py"  => "/usr/bin/python",
 )
This page took 0.107322 seconds and 4 git commands to generate.