#22062 closed Bug (fixed)
Problem in modwsgi deployment document
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Hello,
I spent 10 hours trying to figure out why my static files weren't properly being pulled into my app, despite following all the instructions on the "serving files" part of this page:
https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/#serving-files
I finally realized it was because "Allow from all" in your example needed to be "Require all granted" as is outlined in the example at the top of the page. It was very frustrating trying to work this out, and I strongly recommend consistency between the two examples.
Thanks!
Change History (4)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Bug |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In ffa238c3f781b064e5c0cfd0b40d1a7da9d84a49: