updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / mod_python / mod_python.install
blob10a1211d32332f17b23f2bdaa7e9db66c2705cf7
1 post_install() {
2   echo
3   echo "Now don't forget to edit your main config and add"
4   echo "    LoadModule python_module /usr/lib/httpd/modules/mod_python.so"
5   echo "and if your configuration uses ClearModuleList, then also"
6   echo "    AddModule mod_python.c"
7   echo