void-packages/srcpkgs/mod_wsgi/INSTALL

21 lines
454 B
Plaintext
Raw Normal View History

# Instructions for loading mod_wsgi.
#
case "${ACTION}" in
post)
cat << _EOF
==========================================================================
To enable ${PKGNAME} in the Apache HTTP server, add the following line
into /etc/httpd/httpd.conf:
LoadModule wsgi_module modules/mod_wsgi.so
and reload the Apache daemon with:
$ /etc/init.d/apache reload
==========================================================================
_EOF
;;
esac