Thanks Eric! This was helpful. ProxyRemote works fine when using http with the remote server.
For https requests I get a 502. The ProxyRemote document states that: "only "http" is supported by this module". Is there any work around for https? Regards, -Raj. On Fri, Jan 23, 2009 at 8:59 PM, Eric Covener <cove...@gmail.com> wrote: > On Fri, Jan 23, 2009 at 6:07 PM, Raj Jay <deep2...@gmail.com> 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 hosted behind a corporate firewall. The ProxyPass > > directive works fine when the remote server resides within the intranet; > > however, when it points to something outside the intranet, I get a HTTP > 503. > > > > It seems like the apache server is not using the http_proxy environment > > variable. I also tried to set it explicitlly in my config file as > follows: > > SetEnv http_proxy ... > > SetEnv https_proxy ... > > See the ProxyRemote directive > > -- > Eric Covener > cove...@gmail.com > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >