Re: CAS Authentication Behind Apache Proxy not Working

2020-03-25 Thread Nick Couchman
On Wed, Mar 25, 2020 at 4:25 PM angelwine wrote: > I finally found what was wrong. > > I have to add ProxyErrorOverride Off in my Location directive like this > > > Order allow,deny > Allow from all > *ProxyErrorOverride Off* > ProxyPass http://rpx/guacamole/ flushpa

Re: CAS Authentication Behind Apache Proxy not Working

2020-03-25 Thread angelwine
I finally found what was wrong. I have to add ProxyErrorOverride Off in my Location directive like this Order allow,deny Allow from all *ProxyErrorOverride Off* ProxyPass http://rpx/guacamole/ flushpackets=on ProxyPassReverse http://rpx/guacamole/ Because