Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b94ffcb1
Commit
b94ffcb1
authored
Dec 02, 2015
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790
a=dkl on IRC
parent
7027d799
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
56 deletions
+10
-56
.htaccess
.htaccess
+1
-6
Filesystem.pm
Bugzilla/Install/Filesystem.pm
+9
-50
No files found.
.htaccess
View file @
b94ffcb1
...
@@ -5,12 +5,7 @@
...
@@ -5,12 +5,7 @@
Deny
from
all
Deny
from
all
</
IfVersion
>
</
IfVersion
>
<
IfVersion
>
=
2.4>
<
IfVersion
>
=
2.4>
<
IfModule
mod_perl.c
>
Require
all denied
Deny
from
all
</
IfModule
>
<
IfModule
!mod_perl.c
>
Require
all denied
</
IfModule
>
</
IfVersion
>
</
IfVersion
>
</
IfModule
>
</
IfModule
>
<
IfModule
!mod_version.c
>
<
IfModule
!mod_version.c
>
...
...
Bugzilla/Install/Filesystem.pm
View file @
b94ffcb1
...
@@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => <<EOT;
...
@@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => <<EOT;
Deny from all
Deny from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -360,12 +355,7 @@ EOT
...
@@ -360,12 +355,7 @@ EOT
Allow from all
Allow from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all granted
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -379,12 +369,7 @@ EOT
...
@@ -379,12 +369,7 @@ EOT
Deny from all
Deny from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -404,14 +389,8 @@ EOT
...
@@ -404,14 +389,8 @@ EOT
# Deny from all
# Deny from all
# </IfVersion>
# </IfVersion>
# <IfVersion >= 2.4>
# <IfVersion >= 2.4>
# <IfModule mod_perl.c>
# Require ip 127.0.0.1/24
# Allow from 127.0.0.1/24
# Require all denied
# Deny from all
# </IfModule>
# <IfModule !mod_perl.c>
# Require ip 127.0.0.1/24
# Require all denied
# </IfModule>
# </IfVersion>
# </IfVersion>
# </IfModule>
# </IfModule>
# <IfModule !mod_version.c>
# <IfModule !mod_version.c>
...
@@ -427,12 +406,7 @@ EOT
...
@@ -427,12 +406,7 @@ EOT
Allow from all
Allow from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all granted
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -446,12 +420,7 @@ EOT
...
@@ -446,12 +420,7 @@ EOT
Deny from all
Deny from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -468,12 +437,7 @@ EOT
...
@@ -468,12 +437,7 @@ EOT
Allow from all
Allow from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all granted
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -487,12 +451,7 @@ EOT
...
@@ -487,12 +451,7 @@ EOT
Deny from all
Deny from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
...
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