Opened 12 years ago
Closed 12 years ago
#22211 closed Cleanup/optimization (wontfix)
Wrong lighttpd deployment docs
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| 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
lighttpd deployment docs still recommend an alias.url for /media to admin/media, while admin works with staticfiles now.
The config should have an alias for (all) staticfiles, not to adminfiles in django/contrib/admin/
Change History (2)
comment:1 by , 12 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Version: | 1.6 → master |
comment:2 by , 12 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
I'm going to won't fix this on the basis that:
- We are deprecating FastCGI support in 1.7.
- Static file support was introduced in 1.3 and this hasn't been reported until now.
If someone really wants this please reopen and provide a patch, but otherwise I don't think we should invest any resource into it.
Note:
See TracTickets
for help on using tickets.
Hi,
Indeed, that section should be updated, assuming you're talking about https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#lighttpd-setup.
Thanks.