> On 19 Dec 2015, at 10:14 PM, Graeme Pietersz <[email protected]> > wrote: > > I have Apache with a simple configuration, working fine, except that requests > handled by mod_wsgi from IP 6 addresses return a 500 error > > requests from IP4 addresses are always fine, and requests for static files > from IP 6 addresses are also fine, so I am pretty sure the problem is with > mod_wsgi (unless its Django, but there are no errors logged by Django). > > I would be grateful for any help or debugging hints.
Django does not log details of errors by default. Have you enabled Django to log to to stderr, or alternatively set it up to email you errors? Have you tried temporarily setting DEBUG=True in the Django settings file? 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.
