Opened 17 years ago
Closed 17 years ago
#6640 closed (invalid)
serving admin files on apache mod_python
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | 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
Running a "development" server for django under Apache mod_python, creating symlinks for the admin/media files from django-trunk files does not work. Using the virtual host configuration and <Location> (as suggested in the documentation) precludes using the "Option FollowSymLinks" directive (ignored in <Location>). These files have to be hard copied into the appropriate media subdirectory in the project in order to render the CSS properly for the admin pages. The suggestion of "symlinking' to those directories is "misleading". (A few hours of figuring this out.)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing invalid since, AFAIK, Collin is correct.
If symlinks don't work for you, it merely means your apache is not configured to allow it - it's certainly possible, so there's no problem with the documentation showing that method.