summarylogtreecommitdiffstats
path: root/mod_python.install
blob: 10a1211d32332f17b23f2bdaa7e9db66c2705cf7 (plain)
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
}