1 2 3 4 5 6 7 8
post_install() { echo echo "Now don't forget to edit your main config and add" echo " LoadModule python_module /usr/lib/httpd/modules/mod_python.so" echo "and if your configuration uses ClearModuleList, then also" echo " AddModule mod_python.c" echo }