Graham Dumpleton

Results 765 comments of Graham Dumpleton

I should have known that would occur with latest Python versions. Would have needed to run: ``` pip cache remove 'wrapt*' ``` The point being that since using `develop` version...

Are you really stuck with using such an old Python and mod_wsgi version? Anyway, try sticking this in the Apache configuration file (outside of any VirtualHost). ``` WSGIDestroyInterpreter Off ```...

The shutdown of one process should not affect the next to be created. Is the site handling any requests at all? If it is working okay otherwise and you only...

A bit of an explanation about how Apache loads modules and when Python is initialised. When Apache starts up it starts as the root user. This is what is called...

But do you use PHP? If you don't then don't enable it. Also, are you configuring Apache to terminate SSL connections such that your site is accessed using `https`. There...