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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
9177ade4
Commit
9177ade4
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
3dbd99b2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
36 deletions
+0
-36
.htaccess
.htaccess
+0
-5
Filesystem.pm
Bugzilla/Install/Filesystem.pm
+0
-31
No files found.
.htaccess
View file @
9177ade4
...
...
@@ -5,12 +5,7 @@
Deny
from
all
</
IfVersion
>
<
IfVersion
>
=
2.4>
<
IfModule
mod_perl.c
>
Deny
from
all
</
IfModule
>
<
IfModule
!mod_perl.c
>
Require
all denied
</
IfModule
>
</
IfVersion
>
</
IfModule
>
<
IfModule
!mod_version.c
>
...
...
Bugzilla/Install/Filesystem.pm
View file @
9177ade4
...
...
@@ -52,12 +52,7 @@ use constant HT_DEFAULT_DENY => <<EOT;
Deny from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
...
...
@@ -359,12 +354,7 @@ EOT
Allow from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
...
...
@@ -378,12 +368,7 @@ EOT
Deny from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
...
...
@@ -403,14 +388,8 @@ EOT
Deny from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Allow from 192.20.225.0/24
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require ip 192.20.225.0/24
Require all denied
</IfModule>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
...
...
@@ -426,12 +405,7 @@ EOT
Allow from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Allow from all
</IfModule>
<IfModule !mod_perl.c>
Require all granted
</IfModule>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
...
...
@@ -445,12 +419,7 @@ EOT
Deny from all
</IfVersion>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require all denied
</IfModule>
</IfVersion>
</IfModule>
<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