> -----Original Message----- > From: Upayavira [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 19. Mai 2004 13:25 > To: [EMAIL PROTECTED] > Subject: Re: cocoon behind apache reverseproxy > > > This can be because you are proxying with different URLs after the > domain name. So: > > http://yourserver/your-url -----> > http://yourserver:8080/cocoon/your-url > > will break with relation to sessions, as Cocoon returns a > cookie mounted > on /cocoon, but the user is looking for one mounted on /. > > Fixes: you can try ProxyPassReverse, but I'm not sure if that > fixes it. > > Better, strip out the /cocoon./ bit so that both Apache and > Cocoon use > the same level within the directory structure. >
Thanks, that fixes the problem. In this case it is no problem. cham --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
