[pycsw] 02/02: Enable WSGI

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sat Oct 11 14:33:38 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository pycsw.

commit 5a3f8679c71968fc36bfbb3b1554efe00fe7b458
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sat Oct 11 16:12:45 2014 +0200

    Enable WSGI
---
 debian/python-pycsw-wsgi.postinst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/python-pycsw-wsgi.postinst b/debian/python-pycsw-wsgi.postinst
index c329508..83ce26a 100644
--- a/debian/python-pycsw-wsgi.postinst
+++ b/debian/python-pycsw-wsgi.postinst
@@ -5,6 +5,8 @@ set -e
 if [ "$1" = configure ] ; then
     if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
         . /usr/share/apache2/apache2-maintscript-helper
+        apache2_invoke enmod wsgi || exit $?
+        . /usr/share/apache2/apache2-maintscript-helper
         apache2_invoke ensite pycsw || exit $?
     fi
 fi

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



More information about the Pkg-grass-devel mailing list