]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- fix for 0.7.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 28 Feb 2009 17:35:56 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_suphp-suphp.conf -> 1.3

apache-mod_suphp-suphp.conf

index 4debc0fe61256aaf63627c864593ab73dcddeab4..bdaf8a5effff1bfaf1b68cad6cf75e1ee9fa1aaa 100644 (file)
@@ -41,7 +41,7 @@ min_gid=1000
 
 [handlers]
 ;Handler for php-scripts
 
 [handlers]
 ;Handler for php-scripts
-x-httpd-php=php:/usr/bin/php.cgi
+x-httpd-php="php:/usr/bin/php.cgi"
 
 ;Handler for CGI-scripts
 
 ;Handler for CGI-scripts
-x-suphp-cgi=execute:!self
+x-suphp-cgi="execute:!self"
This page took 0.068609 seconds and 4 git commands to generate.