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 655897 Details for
Bug 871456
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-Upgrade-apache-config-bz-871456.patch (text/plain), 1.74 KB, created by
Johan Cwiklinski
on 2012-12-02 08:32:36 UTC
(
hide
)
Description:
Git formatted patch to fix apache 2.4 configuration
Filename:
MIME Type:
Creator:
Johan Cwiklinski
Created:
2012-12-02 08:32:36 UTC
Size:
1.74 KB
patch
obsolete
>From eeba542a136daba205f66a2d42b1fdc71f14dbc9 Mon Sep 17 00:00:00 2001 >From: Johan Cwiklinski <johan@x-tnd.be> >Date: Sun, 2 Dec 2012 09:31:42 +0100 >Subject: [PATCH] Upgrade apache config (bz #871456) > >--- > phpPgAdmin.conf | 18 +++++++++++++----- > phpPgAdmin.spec | 5 ++++- > 2 files changed, 17 insertions(+), 6 deletions(-) > >diff --git a/phpPgAdmin.conf b/phpPgAdmin.conf >index d4f05ed..b39824f 100644 >--- a/phpPgAdmin.conf >+++ b/phpPgAdmin.conf >@@ -6,10 +6,18 @@ > Alias /phpPgAdmin /usr/share/phpPgAdmin > > <Location /phpPgAdmin> >- Order deny,allow >- Deny from all >- Allow from 127.0.0.1 >- Allow from ::1 >- # Allow from .example.com >+ <IfModule mod_authz_core.c> >+ # Apache 2.4 >+ Require local >+ #Require host example.com >+ </IfModule> >+ <IfModule !mod_authz_core.c> >+ # Apache 2.2 >+ Order deny,allow >+ Deny from all >+ Allow from 127.0.0.1 >+ Allow from ::1 >+ # Allow from .example.com >+ </IfModule> > </Location> > >diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec >index 1ddd755..6997948 100644 >--- a/phpPgAdmin.spec >+++ b/phpPgAdmin.spec >@@ -1,7 +1,7 @@ > Summary: Web-based PostgreSQL administration > Name: phpPgAdmin > Version: 5.0.4 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: GPLv2+ and (LGPLv2+ or BSD) and ASL 2.0 and MIT > Group: Applications/Databases > URL: http://phppgadmin.sourceforge.net/ >@@ -87,6 +87,9 @@ rm -rf %{buildroot} > %{_phppgadmindir}/conf/config.inc.php* > > %changelog >+* Sun Dec 02 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 5.0.4-3 >+- Update apache configuration file for httpd 2.4 >+ > * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.4-2 > - 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 871456
: 655897