From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/mod_wsgi2/mod_wsgi2.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/mod_wsgi2/mod_wsgi2.install (limited to 'community/mod_wsgi2/mod_wsgi2.install') diff --git a/community/mod_wsgi2/mod_wsgi2.install b/community/mod_wsgi2/mod_wsgi2.install new file mode 100644 index 000000000..a7f0290c2 --- /dev/null +++ b/community/mod_wsgi2/mod_wsgi2.install @@ -0,0 +1,16 @@ +post_install() { + cat << ENDOFMESSAGE +==> +==> +==> To install mod_wsgi, add the following line in +==> /etc/httpd/conf/httpd.conf file: +==> +==> LoadModule wsgi_module modules/mod_wsgi.so +==> +==> and restart/reload Apache. +==> +==> +ENDOFMESSAGE +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf