On Mon, Mar 14, 2011 at 5:26 PM, Matthew Caron <[email protected]> wrote:
> On 03/10/2011 09:51 AM, Bruce Stephens wrote:

>> But that doesn't quite work.  It seems that anything involving
>> redirection (logging in, logging out) redirects to trac.domain,
>
> That's really odd - it shouldn't be.
>
> Question: did you change your trac url as well? If so, that's likely part of
> the problem - it's prepending that to any generated urls. You might need to
> leave that as www, since it's only accessed through the proxy - but I
> thought that the proxy would intercept the stream and rewrite that.
>
> Also, I've never used that variant of the configuration option before.
> Typically, I'd do:
>
> ProxyPass /trac/ http://trac.domain/
> ProxyPassReverse /trac/ http://trac.domain/

Aha!  That worked, thanks.  To try to make things simpler it's under
/trac on trac.domain,
too, so actually I used

ProxyPass /trac http://trac.domain/trac
ProxyPassReverse /trac http://trac.domain/trac

(Most likely I should use /trac/ and somehow rewrite references to
/trac, but that's
unimportant for the moment and is even more obviously an apache problem rather
than a trac one.)

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