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
6c236bc3
Commit
6c236bc3
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
fab04c67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
44 deletions
+8
-44
.htaccess
.htaccess
+1
-6
Filesystem.pm
Bugzilla/Install/Filesystem.pm
+7
-38
No files found.
.htaccess
View file @
6c236bc3
...
@@ -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 @
6c236bc3
...
@@ -48,12 +48,7 @@ use constant HT_DEFAULT_DENY => <<EOT;
...
@@ -48,12 +48,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>
...
@@ -349,12 +344,7 @@ EOT
...
@@ -349,12 +344,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>
...
@@ -368,12 +358,7 @@ EOT
...
@@ -368,12 +358,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>
...
@@ -393,14 +378,8 @@ EOT
...
@@ -393,14 +378,8 @@ EOT
Deny from all
Deny from all
</IfVersion>
</IfVersion>
<IfVersion >= 2.4>
<IfVersion >= 2.4>
<IfModule mod_perl.c>
Require ip 192.20.225.0/24
Allow from 192.20.225.0/24
Require all denied
Deny from all
</IfModule>
<IfModule !mod_perl.c>
Require ip 192.20.225.0/24
Require all denied
</IfModule>
</IfVersion>
</IfVersion>
</IfModule>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_version.c>
...
@@ -416,12 +395,7 @@ EOT
...
@@ -416,12 +395,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>
...
@@ -435,12 +409,7 @@ EOT
...
@@ -435,12 +409,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