[routino] 06/13: adopt to apache 2.4
    Uwe Steinmann 
    steinm-guest at moszumanska.debian.org
       
    Thu Apr 17 11:40:02 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
steinm-guest pushed a commit to branch master
in repository routino.
commit b864d96b6f014d6c2448e1977adb887b868702fe
Author: Uwe Steinmann <steinm at debian.org>
Date:   Thu Apr 17 12:57:19 2014 +0200
    adopt to apache 2.4
---
 debian/apache.conf | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/apache.conf b/debian/apache.conf
index 9e5cc0d..db1992b 100644
--- a/debian/apache.conf
+++ b/debian/apache.conf
@@ -5,11 +5,8 @@ LanguagePriority en
 ForceLanguagePriority Prefer Fallback
 Options +ExecCGI
 AllowOverride None
-Order deny,allow
-Deny from all
-Allow from 127.0.0.0/255.0.0.0 ::1/128
+Require ip 127.0.0.0/255.0.0.0
 <FilesMatch .*\.pl$>
-   Order deny,allow
-   Deny from all
+   Require all denied
 </FilesMatch>
 </Directory>
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/routino.git
    
    
More information about the Pkg-grass-devel
mailing list