Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1391 closed defect (invalid)

mod_python with KeepAlive off causes weirdness

Reported by: atrick@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: major Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Trigger: Using mod_python with KeepAlive off set in httpd.conf

Result: Somewhat random, but installed apps disappear from the admin interface about half the time. Also if you try to access them at their respective urls /admin/appname/module, you'll get 404 errors about half the time you try.

Fix: Removing the KeepAlive setting seems to fix it.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: newclosed

I've successfully used Django with KeepAlive Off, and I know at least one other person who has, so I suspect the error is somewhere else. Please open another ticket if you can isolate your problem.

Note: See TracTickets for help on using tickets.
Back to Top