#3381: base_url value in trac.ini seems broken
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: defect | Status: closed
Priority: normal | Milestone:
Component: tracd | Version: 0.9.5
Severity: normal | Resolution: worksforme
Keywords: |
-----------------------------------+----------------------------------------
Changes (by mgood):
* resolution: => worksforme
* status: new => closed
Comment:
Where are you looking for `base_url` to appear? It's only used when Trac
needs to generate absolute URLs, such as in the RSS feeds. Otherwise Trac
uses server-relative links.
In order to use tracd through a proxy with a base URL other than "/"
you'll need to upgrade to [milestone:0.10] (currently in the trunk) and
use the `--base-path` option for tracd to properly parse the URLs coming
from the proxy:
{{{
tracd -d -p 8000 --base-path=/trac -e /var/trac
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/3381>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets