Skip to content

Commit 2ace6e1

Browse files
committed
Fixed path in suphp.conf for fedora.
1 parent 002c4d6 commit 2ace6e1

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
@@ -406,7 +406,7 @@ public function configure_apache()
406406

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

412412
//* Create the logging directory for the vhost logfiles

0 commit comments

Comments
 (0)