Skip to content

Commit 4c7fd5c

Browse files
committed
1 parent 3fbdb9b commit 4c7fd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/lib/fedora.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function configure_apache()
405405
global $conf;
406406

407407
if(is_file('/etc/suphp.conf')) {
408-
replaceLine('/etc/suphp.conf','php=php:/usr/bin','x-httpd-suphp=php:/usr/bin/php-cgi',0);
408+
//replaceLine('/etc/suphp.conf','php=php:/usr/bin','x-httpd-suphp=php:/usr/bin/php-cgi',0);
409409
replaceLine('/etc/suphp.conf','docroot=','docroot=/var/www',0);
410410
}
411411

0 commit comments

Comments
 (0)