Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
accfe5ed
Commit
accfe5ed
authored
Apr 09, 2012
by
Falko Timme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed FS#2099.
parent
c912e592
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
server/plugins-available/apache2_plugin.inc.php
server/plugins-available/apache2_plugin.inc.php
+5
-0
No files found.
server/plugins-available/apache2_plugin.inc.php
View file @
accfe5ed
...
...
@@ -709,6 +709,11 @@ class apache2_plugin {
$vhost_data
[
'ssl_domain'
]
=
$data
[
'new'
][
'ssl_domain'
];
$vhost_data
[
'has_custom_php_ini'
]
=
$has_custom_php_ini
;
$vhost_data
[
'custom_php_ini_dir'
]
=
escapeshellcmd
(
$custom_php_ini_dir
);
// Custom Apache directives
// Make sure we only have Unix linebreaks
$vhost_data
[
'apache_directives'
]
=
str_replace
(
"
\r\n
"
,
"
\n
"
,
$vhost_data
[
'apache_directives'
]);
$vhost_data
[
'apache_directives'
]
=
str_replace
(
"
\r
"
,
"
\n
"
,
$vhost_data
[
'apache_directives'
]);
// Check if a SSL cert exists
$ssl_dir
=
$data
[
'new'
][
'document_root'
]
.
'/ssl'
;
...
...
Write
Preview
Markdown
is supported
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