This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository routino.

commit 07d427369b5dcd094032f08c2eee5cd4dbaeddad
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Dec 5 18:39:49 2014 +0100

    Verified that apache configuration works with Apache 2.4.
---
 debian/apache.conf | 20 ++++++++++----------
 debian/changelog   |  2 ++
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/debian/apache.conf b/debian/apache.conf
index 3f19c05..7a32c6e 100644
--- a/debian/apache.conf
+++ b/debian/apache.conf
@@ -1,13 +1,13 @@
 Alias /routino /usr/share/routino/www
 <Directory /usr/share/routino/www>
-AddHandler cgi-script .cgi
-LanguagePriority en
-ForceLanguagePriority Prefer Fallback
-Options +ExecCGI
-AllowOverride None
-Require ip 127.0.0.0/255.0.0.0
-Require host localhost
-<FilesMatch .*\.pl$>
-   Require all denied
-</FilesMatch>
+    AddHandler cgi-script .cgi
+    LanguagePriority en
+    ForceLanguagePriority Prefer Fallback
+    Options +ExecCGI
+    AllowOverride None
+    Require ip 127.0.0.0/255.0.0.0
+    Require host localhost
+    <FilesMatch .*\.pl$>
+        Require all denied
+    </FilesMatch>
 </Directory>
diff --git a/debian/changelog b/debian/changelog
index 2f4d291..b437da9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ routino (2.7.2-2) UNRELEASED; urgency=medium
   * Set Debian GIS Project as Maintainer, move Thibaut Gridel to Uploaders.
   * Add gbp.conf to use pristine-tar by default.
   * Add prerm for routino-www to remove the Apache configuration.
+  * Verified that apache configuration works with Apache 2.4.
+    (closes: #669788)
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Fri, 05 Dec 2014 17:27:13 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/routino.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to