Django app runs with DEBUG=True but gives "Bad Request (400)" error with DEBUG=False (Using Apache and WSGI). Why?

2014-08-14 Thread Chris Seberino
If I set DEBUG=True this Django app runs fine. If I remove DEBUG=True I get a "Bad Request (400)" and apache error logs show lots of this.. [Fri Aug 15 03:04:27.400567 2014] [core:warn] [pid 2011:tid 140575764432768] AH00045: child process 2015 still did not exit, sending a SIGTERM [Fri Aug 15

Re: Django app runs with DEBUG=True but gives "Bad Request (400)" error with DEBUG=False (Using Apache and WSGI). Why?

2014-08-14 Thread Collin Anderson
a quick thing to check: is your ALLOWED_HOSTS set correctly? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post t

Re: Django app runs with DEBUG=True but gives "Bad Request (400)" error with DEBUG=False (Using Apache and WSGI). Why?

2014-08-14 Thread Chris Seberino
Ug!! That was it!! THanks!!! cs On Thursday, August 14, 2014 10:14:34 PM UTC-5, Collin Anderson wrote: > > a quick thing to check: is your ALLOWED_HOSTS set correctly? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this