On Oct 31, 8:58 pm, lidiriel <[EMAIL PROTECTED]> wrote:
> thanks Graham. It's works !
> Whan i inactivate the php in my apache configuration the "thread mode"
> of python is set to "true" (1)
> But now i have a problem because i need of php in my server.
> Tanks for your link  :
>
> >  http://code.google.com/p/modwsgi/wiki/ApplicationIssues#MySQL_Shared_...
>
> I think that i will have to rebuild php ! or php-mysql binding ?
> Have you an idea for solve this simply ?

Use fastcgi instead of mod_python/mod_wsgi. In fastcgi there is proper
isolation of application process and don't inherit things done by PHP.

Actually, you have two choices, run PHP under fastcgi and use mod_wsgi
for Python. Or leave PHP as is and run Python under fastcgi.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to