2010/1/13 mog <[email protected]>: > Just trying to do these things, but it doesn't like the WSGIVerboseLogging > directive. No matter where I put it, Apache complains about it being there > and wont start up. > > Should I proceed with the test without it? Or?
Sorry, should be WSGIVerboseDebugging. You do need mod_wsgi 3.0+ however. Graham > Kind regards, > mog. > > > On 13/01/2010 01:53, Graham Dumpleton wrote: >> >> What I would like you to do is set: >> >> LogLevel debug >> WSGIVerboseLogging On >> >> in Apache configuration. >> >> The LogLevel directive is standard Apache directive, so you will need >> to find where it is and change it. If it has been set in virtual host >> context as well, then also change it there. >> >> The other directive is mod_wsgi specific and just increases the amount >> of debug logging. >> >> Would like to then see the error log output (main Apache error log and >> any virtual host log file) from period of time from request starting >> to timeout. >> >> Thanks. >> >> Graham >> > > -- > 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. > > > >
-- 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.
