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
a42b9586
Commit
a42b9586
authored
9 years ago
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess
r=gerv a=dkl
parent
59194083
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
apache-windows.rst
docs/en/rst/installing/apache-windows.rst
+1
-1
apache.rst
docs/en/rst/installing/apache.rst
+1
-1
mod_perl.pl
mod_perl.pl
+1
-1
No files found.
docs/en/rst/installing/apache-windows.rst
View file @
a42b9586
...
...
@@ -36,7 +36,7 @@ and do the following steps:
ScriptInterpreterSource Registry-Strict
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride
Limit FileInfo Indexes Options
AllowOverride
All
Require all granted
</Directory>
...
...
This diff is collapsed.
Click to expand it.
docs/en/rst/installing/apache.rst
View file @
a42b9586
...
...
@@ -68,7 +68,7 @@ mod_cgi, do the following:
AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride
Limit FileInfo Indexes Options
AllowOverride
All
</Directory>
These instructions allow Apache to run .cgi files found within the Bugzilla
...
...
This diff is collapsed.
Click to expand it.
mod_perl.pl
View file @
a42b9586
...
...
@@ -75,7 +75,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }"
PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders
Options +ExecCGI
AllowOverride
Limit FileInfo Indexes Options
AllowOverride
All
DirectoryIndex index.cgi index.html
</Directory>
EOT
...
...
This diff is collapsed.
Click to expand it.
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