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
7b28dadb
Commit
7b28dadb
authored
Mar 04, 2009
by
tbrehm
Browse files
Added NameVirtualHost for fedora.
parent
9de0c46b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
7b28dadb
...
...
@@ -418,7 +418,7 @@ class installer_dist extends installer_base {
$content
=
rf
(
'/etc/httpd/conf/httpd.conf'
);
if
(
!
stristr
(
$content
,
'Include /etc/httpd/conf/sites-enabled/'
))
{
af
(
'/etc/httpd/conf/httpd.conf'
,
"
\n
Include /etc/httpd/conf/sites-enabled/
\n\n
"
);
af
(
'/etc/httpd/conf/httpd.conf'
,
"
\
n
NameVirtualHost *:80
\n
NameVirtualHost *:443
\
n
Include /etc/httpd/conf/sites-enabled/
\n\n
"
);
}
unset
(
$content
);
...
...
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