Hello community, here is the log from the commit of package sarg for openSUSE:Factory checked in at 2015-03-30 19:33:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sarg (Old) and /work/SRC/openSUSE:Factory/.sarg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sarg" Changes: -------- --- /work/SRC/openSUSE:Factory/sarg/sarg.changes 2014-12-09 09:14:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sarg.new/sarg.changes 2015-03-30 19:33:13.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Mar 26 12:23:37 UTC 2015 - ecsos@opensuse.org + +- fix apache.conf for apache 2.4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sarg-apache.conf ++++++ --- /var/tmp/diff_new_pack.VIi0U9/_old 2015-03-30 19:33:14.000000000 +0200 +++ /var/tmp/diff_new_pack.VIi0U9/_new 2015-03-30 19:33:14.000000000 +0200 @@ -2,7 +2,18 @@ <Directory /srv/www/sarg> DirectoryIndex index.html - Order allow,deny - Allow from all + + <IfModule mod_authz_core.c> + # Apache 2.4 + Require local + # Require host .your.domain # this must change to domain which sould have access + </IfModule> + <IfModule !mod_authz_core.c> + # Apache 2.2 + Order deny,allow + Deny from all + Allow from 127.0.0.1 + </IfModule> + </Directory>
participants (1)
-
root@hilbert.suse.de