summaryrefslogtreecommitdiff
path: root/community/mod_wsgi/mod_wsgi.install
blob: d26d61631ad95a39a6ea122cb0c3a60344633f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
/bin/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
}