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 22:29:54]
garrett.plasky created
apache:mod_python-with-cpanel [2011-06-01 22:32:27]
garrett.plasky Approved
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}}