Revision: 25770
http://sourceforge.net/p/gar/code/25770
Author: cgrzemba
Date: 2016-06-09 11:06:20 +0000 (Thu, 09 Jun 2016)
Log Message:
-----------
mod_wsgi/trunk: fix postinstall script
Modified Paths:
--------------
csw/mgar/pkg/mod_wsgi/trunk/files/CSWap24modwsgi.postinstall
Modified: csw/mgar/pkg/mod_wsgi/trunk/files/CSWap24modwsgi.postinstall
===================================================================
--- csw/mgar/pkg/mod_wsgi/trunk/files/CSWap24modwsgi.postinstall
2016-06-08 12:03:06 UTC (rev 25769)
+++ csw/mgar/pkg/mod_wsgi/trunk/files/CSWap24modwsgi.postinstall
2016-06-09 11:06:20 UTC (rev 25770)
@@ -7,6 +7,6 @@
else
echo "Adding LoadModule wsgi_module for extra/modules.load"
cat << EOM >> $AP2_MODULE
-LoadModule wsgi_module lib/apache2/modules/libwsgi.so
+LoadModule wsgi_module lib/apache2/modules/mod_wsgi-2.7.so
EOM
fi
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.