Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
7ae7e8f7
Commit
7ae7e8f7
authored
11 years ago
by
Marius Cramer
Browse files
Options
Downloads
Patches
Plain Diff
Apache 2.4 fix from master (Marc Schütz)
parent
e68b4013
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
install/tpl/apache_ispconfig.conf.master
+3
-3
3 additions, 3 deletions
install/tpl/apache_ispconfig.conf.master
server/conf/apache_ispconfig.conf.master
+3
-3
3 additions, 3 deletions
server/conf/apache_ispconfig.conf.master
server/conf/vhost.conf.master
+1
-1
1 addition, 1 deletion
server/conf/vhost.conf.master
with
7 additions
and
7 deletions
install/tpl/apache_ispconfig.conf.master
+
3
−
3
View file @
7ae7e8f7
...
...
@@ -9,7 +9,7 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
<Directory /var/www/clients>
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
@@ -20,7 +20,7 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
<Directory />
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
@@ -30,7 +30,7 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
<Directory /var/www/conf>
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
This diff is collapsed.
Click to expand it.
server/conf/apache_ispconfig.conf.master
+
3
−
3
View file @
7ae7e8f7
...
...
@@ -9,7 +9,7 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
<Directory /var/www/clients>
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
@@ -20,7 +20,7 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
<Directory />
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
@@ -30,7 +30,7 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
<Directory /var/www/conf>
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
This diff is collapsed.
Click to expand it.
server/conf/vhost.conf.master
+
1
−
1
View file @
7ae7e8f7
...
...
@@ -2,7 +2,7 @@
<Directory {tmpl_var name='web_basedir'}/{tmpl_var name='domain'}>
AllowOverride None
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all den
y
Require all den
ied
<tmpl_else>
Order Deny,Allow
Deny from all
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment