I am experiencing a performance issue installing wsgi/trac/python for the first time. We're setting up trac for the first time ever and are having some issues.
As far as I know I've got the components setup in the right places, my Apache is hosted via Wamp, and I will be using MySql 5.x for the database back end.
When I have WSGI disabled in my Apache configuration, Wamp/Apache loads just fine. I can browse to my localhost, phpmyadmin, and so on, no problems.
However, When WSGI enabled, my Apache error log shows the following messages, which keep looping forever it seems, my localhost never responds, nor does my phpmyadmin.
I suspect there is some configuration loop going on, but I couldn't tell you where and need some guidance what to look for.
Is there something else in our Apache configuration that I am missing?
ImportError: No module named site
[Mon Aug 08 10:49:51 2011] [notice] Parent: child process exited with status 1 -- Restarting.
[Mon Aug 08 10:49:51 2011] [warn] mod_wsgi: Compiled for Python/2.7.
[Mon Aug 08 10:49:51 2011] [warn] mod_wsgi: Runtime using Python/2.7.2.
[Mon Aug 08 10:49:51 2011] [notice] Apache/2.2.17 (Win32) mod_wsgi/3.3 Python/2.7.2 PHP/5.3.5 configured -- resuming normal operations
[Mon Aug 08 10:49:51 2011] [notice] Server built: Oct 18 2010 01:58:12
[Mon Aug 08 10:49:51 2011] [notice] Parent: Created child process 3116
[Mon Aug 08 10:49:51 2011] [warn] mod_wsgi: Compiled for Python/2.7.
[Mon Aug 08 10:49:51 2011] [warn] mod_wsgi: Runtime using Python/2.7.2.
[Mon Aug 08 10:49:51 2011] [notice] Child 3116: Child process is running
Thank you...