aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2-mod-wsgi/apache2-mod-wsgi.post-install
blob: 327b0156b9d260b1f583811941ca19da612bdc1b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo "*" >&2
echo "* To finish installing apache2-mod-wsgi:" >&2
echo "*     1) See if you need to modify the apache2 config:" >&2
echo "*            /etc/apache2/conf.d/wsgi-module.conf" >&2
echo "*     2) Restart apache2 when done." >&2
echo "*" >&2

exit 0