Accepting request 352346 from server:php:applications

fix for boo#951002 (forwarded request 352345 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/352346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpPgAdmin?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2016-01-08 14:23:25 +00:00 committed by Git OBS Bridge
commit 4075af0cd9
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 6 18:26:46 UTC 2016 - chris@computersalat.de
- fix for boo#951002
* make http config compatible with apache 2.4
-------------------------------------------------------------------
Fri Jan 31 14:43:01 UTC 2014 - rsalevsky@suse.com

View File

@ -12,7 +12,12 @@
</IfModule>
</Directory>
<Directory @ap_docroot@/@name@/libraries>
Order allow,deny
Deny from all
<IfVersion >= 2.4>
Require all denied
</IfVersion>
<IfVersion < 2.4>
Order allow,deny
Deny from all
</IfVersion>
</Directory>

View File

@ -1,7 +1,7 @@
#
# spec file for package phpPgAdmin
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed