If sung Python with Docker, you may find my blog post and associated package on 
Docker Hub for hosting with mod_wsgi interesting.

http://blog.dscpl.com.au/2014/12/hosting-python-wsgi-applications-using.html

Graham

On 16/04/2015, at 1:03 AM, Gregory Gundersen <[email protected]> wrote:

> Thanks Graham.
> 
> I tried your suggestions but without success. I was nervous, too, because my 
> server is already in production, and I was afraid to bring it down 
> accidentally. I ended up moving to Docker with a clean install of Apache, 
> mod_wsgi, etc. and it all works fine.
> 
> On Tuesday, April 14, 2015 at 3:12:38 PM UTC-4, Graham Dumpleton wrote:
> 
> On 14 Apr 2015, at 3:02 pm, Gregory Gundersen <[email protected]> wrote:
> 
>> Hi all,
>> 
>> I posted my question on Stack Overflow but am hoping someone from this 
>> community can help. Thanks in advance
> 
> See:
> 
>     
> https://code.google.com/p/modwsgi/wiki/FrequentlyAskedQuestions#Apache_Process_Crashes
> 
> but most likely related to:
> 
>     
> https://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API
> 
> Ensure you are forcing use of the main Python interpreter as it could be a 
> problem with a C extension you are using.
> 
> Also ensure you are using latest mod_wsgi version. Linux distributions often 
> have ancient versions.
> 
> Graham
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/modwsgi.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to