On 1/19/2016 9:10 PM, dick balaska wrote:
> 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.
It seems to be the slash on the end that does the trick or damage.
I don't know enough to help, though.
--
Regards
Stephen
Post a reply to this message
|