Re: [us...@httpd] connecting two apache http servers

2009-02-03 Thread Jake Vang
Thank you. Those points you raised helped me to get it working. The key was to turn on SSL proxy (i.e. SSLProxyEngine On). I did not have to do anything with CA certificates or c_rehash. Again, I appreciate your help and thank you. On Tue, Feb 3, 2009 at 2:42 AM, Krist van Besien wrote: > On Tue

Re: [us...@httpd] connecting two apache http servers

2009-02-02 Thread Krist van Besien
On Tue, Feb 3, 2009 at 5:42 AM, Jake Vang wrote: > Thanks for the link. I tried to implement it according to that site. > However, I keep getting a permission denied error. What do you have in the error log? > > Could this permission error be related to the fact that server1 and server2 > are bo

Re: [us...@httpd] connecting two apache http servers

2009-02-02 Thread Jake Vang
Thanks for the link. I tried to implement it according to that site. However, I keep getting a permission denied error. My configuration is: ProxyPass /site2/ https://server2/site2/ ProxyHTMLURLMap https://server2 /site2 ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / site2/

Re: [us...@httpd] connecting two apache http servers

2009-02-01 Thread Krist van Besien
On Sun, Feb 1, 2009 at 6:57 AM, Jake Vang wrote: > I want to connect two Apache HTTP servers in the same way that I would > connect Apache to Tomcat with mod_jk. > > Right now I have two Apache servers, apache1 and apache2, accessed at > http://apache1 and http://apache2, correspondingly. Apache1

[us...@httpd] connecting two apache http servers

2009-01-31 Thread Jake Vang
I want to connect two Apache HTTP servers in the same way that I would connect Apache to Tomcat with mod_jk. Right now I have two Apache servers, apache1 and apache2, accessed at http://apache1 and http://apache2, correspondingly. Apache1 and Apache2 each has a website, accessed by http://apache1/