Accepting request 352345 from home:computersalat:devel:php
fix for boo#951002 OBS-URL: https://build.opensuse.org/request/show/352345 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpPgAdmin?expand=0&rev=18
This commit is contained in:
parent
55dbb93c91
commit
7df3762f9f
@ -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
|
Fri Jan 31 14:43:01 UTC 2014 - rsalevsky@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,12 @@
|
|||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory @ap_docroot@/@name@/libraries>
|
<Directory @ap_docroot@/@name@/libraries>
|
||||||
Order allow,deny
|
<IfVersion >= 2.4>
|
||||||
Deny from all
|
Require all denied
|
||||||
|
</IfVersion>
|
||||||
|
<IfVersion < 2.4>
|
||||||
|
Order allow,deny
|
||||||
|
Deny from all
|
||||||
|
</IfVersion>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package phpPgAdmin
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user