2009/3/20 vishnu.kumar <[email protected]>: > > Hi, > i have a centos 64-bit server. > django and mod_wsgi are installed in it > Apache version is 2.2.3 > > After i enable mod_wsgi using Load module in httpd.conf i get > "Fatal Python error: Interpreter not initialized (version mismatch?)" > in error log. > > and i am not able to access all other sites and gives 403 Forbidden > > Can anyone give me solution
Have you read: http://code.google.com/p/modwsgi/wiki/InstallationIssues Sounds like you have conflicting version of mod_python installed at the same time, especially a problem if your Python installation isn't using a shared library. Alternatively, you have multiple versions of Python installed, potentially in different installation trees and it can't find the right one, in which case you may have to set WSGIPythonHome to help it. So, read through that document and see if you can eliminate some of those issues. At least disable mod_python if it is also being loaded and do a full 'stop' of Apache and not just a restart or reload. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
