Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 655923 Details for
Bug 871495
Broken configuration for httpd 2.4
[?]
New
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.rh83 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-871495.patch (text/plain), 1.52 KB, created by
Johan Cwiklinski
on 2012-12-02 10:37:13 UTC
(
hide
)
Description:
Git formatted patch to fix apache 2.4 configuration
Filename:
MIME Type:
Creator:
Johan Cwiklinski
Created:
2012-12-02 10:37:13 UTC
Size:
1.52 KB
patch
obsolete
>From 7b7e10940db80890cc28c2fdd4798c01855deb4d Mon Sep 17 00:00:00 2001 >From: Johan Cwiklinski <johan@x-tnd.be> >Date: Sun, 2 Dec 2012 11:37:30 +0100 >Subject: [PATCH] Fix apache configuration for 2.4 (bz #871495) > >--- > websvn-httpd.conf | 13 ++++++++++--- > websvn.spec | 5 ++++- > 2 files changed, 14 insertions(+), 4 deletions(-) > >diff --git a/websvn-httpd.conf b/websvn-httpd.conf >index ac38519..006ac8a 100644 >--- a/websvn-httpd.conf >+++ b/websvn-httpd.conf >@@ -3,7 +3,14 @@ Alias /websvn /usr/share/websvn/ > <Directory /usr/share/websvn/> > Options MultiViews > DirectoryIndex wsvn.php >- order deny,allow >- deny from all >- allow from 127.0.0.1 >+ <IfModule mod_authz_core.c> >+ # Apache 2.4 >+ Require local >+ </IfModule> >+ <IfModule !mod_authz_core.c> >+ # Apache 2.2 >+ order deny,allow >+ deny from all >+ allow from 127.0.0.1 ::1 >+ </IfModule> > </Directory> >diff --git a/websvn.spec b/websvn.spec >index a4cb877..357d3db 100644 >--- a/websvn.spec >+++ b/websvn.spec >@@ -1,6 +1,6 @@ > Name: websvn > Version: 2.3.3 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: Online subversion repository browser > > Group: Applications/System >@@ -122,6 +122,9 @@ fi > > > %changelog >+* Sun Dec 02 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.3.3-4 >+- Fix apache 2.4 configuration (bz #871495) >+ > * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >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 871495
: 655923