Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 655912 Details for
Bug 871418
Broken configuration for httpd 2.4
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Git formatted patch to fix apache 2.4 configuration
0001-Fix-apache-configuration-for-2.4-bz-871418.patch (text/plain), 2.13 KB, created by
Johan Cwiklinski
on 2012-12-02 09:49:18 UTC
(
hide
)
Description:
Git formatted patch to fix apache 2.4 configuration
Filename:
MIME Type:
Creator:
Johan Cwiklinski
Created:
2012-12-02 09:49:18 UTC
Size:
2.13 KB
patch
obsolete
>From 7fd8b4de61be8de0e9f2e4155a77a0ec7222699d Mon Sep 17 00:00:00 2001 >From: Johan Cwiklinski <johan@x-tnd.be> >Date: Sun, 2 Dec 2012 10:48:46 +0100 >Subject: [PATCH] Fix apache configuration for 2.4 (bz #871418) > >--- > mantis-httpd.conf | 27 ++++++++++++++++++--------- > mantis.spec | 5 ++++- > 2 files changed, 22 insertions(+), 10 deletions(-) > >diff --git a/mantis-httpd.conf b/mantis-httpd.conf >index 82df7d8..4250706 100644 >--- a/mantis-httpd.conf >+++ b/mantis-httpd.conf >@@ -13,15 +13,24 @@ Alias /mantis /usr/share/mantis > > Options None > >- # Do not change this unless the default administrator >- # login was removed; see documentation for details >- Order Deny,Allow >- Deny from All >- Allow from 127.0.0.1 # localhost >- Allow from ::1 # IPv6 variant of localhost >- # Use the following to let any client use mantis >- # Allow from All >- >+ <IfModule mod_authz_core.c> >+ # Apache 2.4 >+ Require local >+ # Use the following to let any client use mantis >+ #Require all granted >+ </IfModule> >+ <IfModule !mod_authz_core.c> >+ # Apache 2.2 >+ # Do not change this unless the default administrator >+ # login was removed; see documentation for details >+ Order Deny,Allow >+ Deny from All >+ Allow from 127.0.0.1 # localhost >+ Allow from ::1 # IPv6 variant of localhost >+ # Use the following to let any client use mantis >+ # Allow from All >+ </IfModule> >+ > php_flag "register_globals" "off" > SetEnv MANTIS_CONFIG /etc/mantis/config_inc.php > </Directory> >diff --git a/mantis.spec b/mantis.spec >index 4b8739e..c9fbc8d 100644 >--- a/mantis.spec >+++ b/mantis.spec >@@ -6,7 +6,7 @@ > Summary: Web-based issue tracking system > Name: mantis > Version: 1.2.12 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPLv2+ > Group: Applications/Internet > URL: http://www.mantisbt.org/ >@@ -153,6 +153,9 @@ rm -rf "${RPM_BUILD_ROOT}" > > > %changelog >+* Sun Dec 02 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.2.12-2 >+- Fix apache 2.4 configuration (bz #871418) >+ > * Thu Nov 15 2012 Gianluca Sforna <giallu@gmail.com> - 1.2.12-1 > - New upstream release > - Rebase patches >-- >1.8.0.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 871418
: 655912