I've been following the Django tutorial and cannot get the Admin portal to work. Django is running via passenger in a shared environment on a virtual env with Python 2.7. The main page and admin portal load static resources (from static_url) just fine. Logging in with correct credentials yields a new session, but an error code of:
ERR_EMPTY_RESPONSE
An incorrect login yields the same error without a session. Users are is_active and is_staff (verified through shell). Any ideas?