Ticket #3381 (closed defect: worksforme)
base_url value in trac.ini seems broken
| Reported by: | cies.breijs@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/tracd | Version: | 0.10b1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
maybe i'm wrong but the base_url value seems to be ignored after i've set it.
I want to have my trac wiki on https://someurl/trac/project/wiki
so i set the base_url to
https://someurl/trac/
i run my tracd with
/usr/bin/python /usr/bin/tracd -d --port 8000 -e /var/trac
and i have the following somewhere in my apache2 conf files:
ProxyPass /trac balancer://trac_cluster/
ProxyPassReverse /trac balancer://trac_cluster/
but non of the links get prefixed with this url...
i want apache to take care of the SSL and auth'ion stuff (apache doesn't seems to be the issue here)


