We were running trac on out main intranet server (call it www.domain),
and we're in the process of splitting things out, so now trac is
running on trac.domain and www.domain proxies to that with:

<Location /trac/>
    ProxyPass http://trac.domain/trac/
    ProxyPassReverse http://trac.domain/trac/
</Location>

But that doesn't quite work.  It seems that anything involving
redirection (logging in, logging out) redirects to trac.domain, which
is fine for those of us in the office but not good for people who're
using an ssh tunnel to get to www.domain.

So what's the simplest way of fixing things?

Alternatively, what's really happening?  Is it the redirection, and if
so where's the server name from trac.domain coming from?  Adding
"ServerName www.domain" to the config on trac.domain doesn't seem to
work, for example.

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

Reply via email to