aports/main/apache2-mod-wsgi/apache2-mod-wsgi.post-install

12 lines
223 B
Bash

#!/bin/sh
cat <<EOF >&2
*
* To finish installing apache2-mod-wsgi:
* 1) See if you need to modify the apache2 config:
* /etc/apache2/conf.d/wsgi-module.conf
* 2) Restart apache2 when done.
*
EOF
exit 0