POV-Ray : Newsgroups : povray.off-topic : apache proxy redirect woes : apache proxy redirect woes Server Time
3 Jul 2024 00:00:38 EDT (-0400)
  apache proxy redirect woes  
From: dick balaska
Date: 19 Jan 2016 16:10:28
Message: <569ea644$1@news.povray.org>
I can't figure this out. grr.

I have two tomcat webapps running behind apache via a proxy configured 
as such:
ProxyPass         /BuckoVidLib      http://localhost:8080/BuckoVidLib
ProxyPassReverse  /BuckoVidLib      http://localhost:8080/BuckoVidLib

ProxyPass         /bsac/meta        http://localhost:8080/MetaBsac
ProxyPassReverse  /bsac/meta        http://localhost:8080/MetaBsac

If I access      http://www.buckosoft.com/BuckoVidLib
it redirects to  http://www.buckosoft.com/BuckoVidLib/
as expected.
But, if I access http://www.buckosoft.com/bsac/meta
it redirects to  http://www.buckosoft.com/MetaBsac/
which is broken.
(It should redirect to www.buckosoft.com/bsac/meta/ )

double argh.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.