On Mon, February 19, 2007 08:59, SameerDS wrote: > > On Feb 19, 5:51 pm, "SameerDS" <[EMAIL PROTECTED]> wrote: > >> My problem is with the href's seen by the browser, not the one's sent >> to the server. All the links in trac start with a forward slash, such >> as "/trac/wiki" ... if the initial slash were absent, things would >> have worked, since the browser would then interpret them as >> "http://frontend/lab/trac/wiki" instead of "http://frontend/trac/wiki". >> I >> don't know if dropping that initial forward slash will break >> anything ... hence the attempt at making "base_path" a config >> variable.
I have trac using an Apache 1.3x proxy in front of it. In trac.ini I have [trac] base_url = http://blog.revragnarok.com/blog/ [project] url = http://blog.revragnarok.com/ On the other machine in httpd.conf: <VirtualHost EXTIP:80> ServerName blog.revragnarok.com ProxyPass / http://internal_machine_name/ ProxyPassReverse / http://internal_machine_name/ </VirtualHost> - Aaron -- Sent using a web interface, so I am sending this instead of working. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
