Modify ↓
      
Opened 21 years ago
Closed 21 years ago
#917 closed defect (fixed)
mod_python directions for multiple projects doesn't allow access to trac/htdocs
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | devel | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
  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!