Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
2ace6e1d
Commit
2ace6e1d
authored
Mar 04, 2009
by
tbrehm
Browse files
Fixed path in suphp.conf for fedora.
parent
002c4d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
2ace6e1d
...
...
@@ -406,7 +406,7 @@ class installer_dist extends installer_base {
if
(
is_file
(
'/etc/suphp.conf'
))
{
replaceLine
(
'/etc/suphp.conf'
,
'php=php:/usr/bin'
,
'x-httpd-suphp=php:/usr/bin/php-cgi'
,
0
);
replaceLine
(
'/etc/suphp.conf'
,
'docroot='
,
'docroot=/var/
clients
'
,
0
);
replaceLine
(
'/etc/suphp.conf'
,
'docroot='
,
'docroot=/var/
www
'
,
0
);
}
//* Create the logging directory for the vhost logfiles
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment