Re: [us...@httpd] Firewall causing ProxyPass to fail

2009-01-27 Thread Raj Jay
Sorry for resending this. Just wondering if ProxyRemote works when using SSL between Apache and the remote server (specified using ProxyPass)? If not, any alternate solutions will be greatly appreciated. Thanks! -Raj. On Sat, Jan 24, 2009 at 3:55 PM, Raj Jay wrote: > Thanks Eric! This

[us...@httpd] RequestHeader problem

2009-01-26 Thread Raj Jay
Hi, I am using Apache as a reverse proxy. I would like Apache to look at a specific header in incoming requests and use it to add a new header before passing the request to the remote server . To achieve this, I have added the following in my config file: RequestHeader set "Date" "%{HTTP_my-date

Re: [us...@httpd] Firewall causing ProxyPass to fail

2009-01-24 Thread Raj Jay
23, 2009 at 8:59 PM, Eric Covener wrote: > On Fri, Jan 23, 2009 at 6:07 PM, Raj Jay wrote: > > Hi, > > > > I am trying to use the ProxyPass directive in my apache cofig file to > work > > around the ajax cross-domain policy. > > > > My apache server is h

[us...@httpd] Firewall causing ProxyPass to fail

2009-01-23 Thread Raj Jay
Hi, I am trying to use the ProxyPass directive in my apache cofig file to work around the ajax cross-domain policy. My apache server is hosted behind a corporate firewall. The ProxyPass directive works fine when the remote server resides within the intranet; however, when it points to something o