#1391 closed defect (invalid)
mod_python with KeepAlive off causes weirdness
| Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
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.