Opened 17 years ago
Closed 17 years ago
#6294 closed (invalid)
apache + mod_python documentation needs newbie patch
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
mod_python setup documentation needs to point that the user which the webserver runs needs read access to the application directory. if he is using sqlite, it also needs write access to the db file.
I lost some minutes to spot this
Note:
See TracTickets
for help on using tickets.
The fact that Apache needs access to read any files which will be used is something which comes with knowing how to use Apache; as such, I don't see it as in scope for the Django documentation, since there are many, many, many other things that an inexperienced user of Apache could trip on, and none of them are included in Django's documentation either.