Modify ↓
#12479 closed enhancement (wontfix)
Allow tracd to select environment with Host header
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/tracd | Version: | 1.0.11 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It would be nice to run one instance of tracd, for multiple projects, and have it serve them from URLs that differ only in hostname, like:
- http://apples.domain.com/
- http://bananas.domain.com/
Attachments (0)
Change History (4)
comment:2 by , 9 years ago
I'm using nginx for a webserver, and the TracNginxRecipe recommends I use tracd. No mention on that page of wsgi and I'm guessing that's only for Apache. ?
comment:4 by , 7 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



You could use custom
trac.wsgiscript with an wsgi container (e.g. mod_wsgi) like this:Also, I recommend to use an wsgi container rather than
tracd.