Re: [us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Peter Schober
* Yungwei Chen [2009-11-13 17:39]: > The proxy server also needs to forward some requests (/nagios) to > another internal apache server. Any suggestions in this case? Exclude those from the proxy pass? -peter - The official User

Re: [us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Eric Covener
On Fri, Nov 13, 2009 at 11:00 AM, Yungwei Chen wrote: > My question is: How can I tell the reverse proxy server to authenticate each > user just once in this case? It authenticates you on every request, but your browser doesn't bother to prompt you when something is a sub-location of where you pr

RE: [us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Yungwei Chen
...@httpd] Authenticate each user once for multiple applications * Yungwei Chen [2009-11-13 17:00]: > >Order Deny,Allow >Deny from all >Allow from ... >ProxyPasshttps://111.111.111.111/rpt >ProxyPassReverse https://1

Re: [us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Peter Schober
* Yungwei Chen [2009-11-13 17:00]: > >Order Deny,Allow >Deny from all >Allow from ... >ProxyPasshttps://111.111.111.111/rpt >ProxyPassReverse https://111.111.111.111/rpt >ProxyPassReverseCookieDomain 111.111.111.111 100.100.100.100 >