> On 27 Apr 2018, at 11:25 pm, Gnarlodious <[email protected]> wrote:
> 
> I don’t understand why I can’t install any of those packages. Maybe I should 
> reinstall this Raspbian OS and start over.
> 
> Question:  Raspbian Stretch comes with Apache 2.4, Will the new ‘Event’ MPM 
> maintain a stateful Python like the Worker MPM? Because if so, maybe I don’t 
> even have to build the custom Apache.

You should use mod_wsgi daemon mode and not embedded mode. When you use daemon 
mode the WSGI application will stay running unless you do something to cause it 
to be restarted. In embedded mode, Apache may shutdown or start new processes 
based on the amount of traffic. See:

* 
http://modwsgi.readthedocs.io/en/develop/user-guides/configuration-guidelines.html#defining-process-groups
 
<http://modwsgi.readthedocs.io/en/develop/user-guides/configuration-guidelines.html#defining-process-groups>
* 
http://modwsgi.readthedocs.io/en/develop/user-guides/processes-and-threading.html
 
<http://modwsgi.readthedocs.io/en/develop/user-guides/processes-and-threading.html>

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 https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to