Modify ↓
Ticket #917 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
mod_python directions for multiple projects doesn't allow access to trac/htdocs
| Reported by: | mcarpenter@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
If you setup a server using the code block in wiki:ModPython under "Setting up multiple projects" - "The easy way" the /trac folder is not accessable.
Also, why list a "hard way". I don't see any benfits for it.
Attachments
Change History
comment:1 Changed 7 years ago by jonas
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Yeah, the instructions were a bit misleading. They mapped the project index page to "/trac" and each project to "/trac/<projname>". This only works if the /usr/share/trac/htdocs directory is mapped somewhere else than the default location "/trac". The ModPython instructions now use "/projects/" instead of "/trac/" now.
As you suggested I've removed the redundant "hard way" instructions.
Btw, feel free to edit the page if you have any more ideas how to improve it!
Thanks!