Opened 13 years ago
Closed 13 years ago
#20322 closed Bug (duplicate)
Allow and Deny are depricated since Apache 2.4.x
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | 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
The documentation example in "How to use Apache with mod_wsgi" (https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/modwsgi/#how-to-use-django-with-apache-and-mod-wsgi) is confusing since it doesn't work with new Apache 2.4.x httpd.conf file because Allow and Deny directives are depricated (http://stackoverflow.com/questions/11992466/apache-permission-denied/11993187#11993187) in favour of Require directive.
Note:
See TracTickets
for help on using tickets.
Thanks, already reported in #19319