On 1 November 2013 14:22, Florian Apolloner <[email protected]> wrote:
First of all, using prefork and daemon mode is probably not the best choice > you can make. I'd assume you are storing state in the process in your auth > backend somehwere… > Prefork thanks to php, which is used to authenticate and set (with the help of a 3rd party apache plugin) the user that RemoteUserBackend lookups up. WSGIDaemonProcess because that's what Graham Dumpleton recommends and because a dev-machine is running a zillion copies of several versions and WSGIDaemonProcess is easier to deal with then in my experience. It's quite the messy apache conf but It's only running the one wsgi script. -- You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CACQ%3DrrfHTU8n1jhyygbk6Me18Oz_%3DgMnX%2BuvmbKYkuwtZXTKOA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
