Differences

This shows you the differences between two versions of the page.

Link to this comparison view

apache:mod_python-with-cpanel [2011-06-01 15:29:54] – created garrett.plaskyapache:mod_python-with-cpanel [2011-06-01 15:32:27] (current) – Approved garrett.plasky
Line 25: Line 25:
 <sxh apache># Mod_python (from SVN) support <sxh apache># Mod_python (from SVN) support
 LoadModule python_module modules/mod_python.so</sxh> LoadModule python_module modules/mod_python.so</sxh>
 +
 +Finally, restart Apache (<c>/scripts/restartsrv_apache</c>) and then double-check the module is loading OK:
 +
 +<sxh bash>root@server1 [~]# /usr/local/apache/bin/httpd -t -D DUMP_MODULES|grep python
 +Syntax OK
 + python_module (shared)</sxh>
  
 {{tag>apache cpanel how-to}} {{tag>apache cpanel how-to}}