diff --git a/phpPgAdmin.changes b/phpPgAdmin.changes index 3d5e4b9..c989a0e 100644 --- a/phpPgAdmin.changes +++ b/phpPgAdmin.changes @@ -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 diff --git a/phpPgAdmin.http b/phpPgAdmin.http index 862709b..b60a5a5 100644 --- a/phpPgAdmin.http +++ b/phpPgAdmin.http @@ -12,7 +12,12 @@ - Order allow,deny - Deny from all + = 2.4> + Require all denied + + + Order allow,deny + Deny from all + diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec index 2192288..3f0228c 100644 --- a/phpPgAdmin.spec +++ b/phpPgAdmin.spec @@ -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