[mod_python] Configuration issue with Apache

Robert Dailey rcdailey at gmail.com
Sun Aug 24 16:35:50 EDT 2008


Hi,

I followed all of the steps to configure mod_python for apache 2.2,
and mod_python works flawlessly. My http document root is at
/srv/http, and that is the directory I configured (through .htaccess
file) to use mod_python. I also have some PHP scripts in
/srv/http/forum (phpBB), and when I have mod_python enabled in the
document root, my forum will not work, which as I already said uses
PHP. How can I configure the .htaccess in /srv/http/forum so that my
PHP scripts work? I believe the mod_python settings are being
inherited by /srv/http/forum, when in fact they should not since this
directory needs to run PHP and not mod_python.

Thanks in advance.


More information about the Mod_python mailing list