diff options
Diffstat (limited to 'community/mod_wsgi2/mod_wsgi2.install')
-rw-r--r-- | community/mod_wsgi2/mod_wsgi2.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/mod_wsgi2/mod_wsgi2.install b/community/mod_wsgi2/mod_wsgi2.install deleted file mode 100644 index a7f0290c2..000000000 --- a/community/mod_wsgi2/mod_wsgi2.install +++ /dev/null @@ -1,16 +0,0 @@ -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: |