Hi On 27 October 2011 23:38, Graham Dumpleton <[email protected]> wrote: > Can you verify this is only the case for mod_wsgi daemon mode.
Confirmed. Following responses were generated with identical code but toggling of a "WSGIProcessGroup wsgidev" directive: [begin] $ curl --include [...]/test.wsgi/auth HTTP/1.1 401 Unauthorized Date: Thu, 27 Oct 2011 21:58:19 GMT Server: Apache/2.2.16 (Debian) WWW-Authenticate: Negotiate, Basic realm="Internal Area" Content-Length: 43 Vary: Accept-Encoding Content-Type: text/plain DAEMON MODE: process_group=wsgidev [end] vs [begin] $ curl --include [...]/test.wsgi/auth HTTP/1.1 401 Unauthorized Date: Thu, 27 Oct 2011 21:58:51 GMT Server: Apache/2.2.16 (Debian) WWW-Authenticate: Negotiate WWW-Authenticate: Basic realm="Internal Area" Content-Length: 40 Vary: Accept-Encoding Content-Type: text/plain EMBEDDED MODE: no process_group [end] Regards, Mark -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
