summaryrefslogtreecommitdiff
path: root/community/mod_wsgi2/mod_wsgi2.install
blob: a7f0290c273713b7db5f0d8c76296aa2271d9197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: