Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Guilherme Filippo
ISPConfig 3
Commits
4c7fd5c3
Commit
4c7fd5c3
authored
Mar 04, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
3fbdb9bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
4c7fd5c3
...
...
@@ -405,7 +405,7 @@ class installer_dist extends installer_base {
global
$conf
;
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','php=php:/usr/bin','x-httpd-suphp=php:/usr/bin/php-cgi',0);
replaceLine
(
'/etc/suphp.conf'
,
'docroot='
,
'docroot=/var/www'
,
0
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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