#3381: base_url value in trac.ini seems broken
-----------------------------------+----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  jonas
     Type:  defect                 |      Status:  new  
 Priority:  normal                 |   Milestone:       
Component:  tracd                  |     Version:  0.9.5
 Severity:  normal                 |    Keywords:       
-----------------------------------+----------------------------------------
 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)

-- 
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

Reply via email to