Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-10 Thread A M
Thanks again Igor. Yesterday I have in fact posted a summary, it is available at this URL: http://mail-archives.apache.org/mod_mbox/httpd-users/201503.mbox/browser On Mon, Mar 9, 2015 at 10:42 PM, Igor Cicimov wrote: > > On 10/03/2015 4:13 AM, "A M" wrote: > > > &g

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends [SOLVED]

2015-03-09 Thread A M
Thanks to the hints provided by Igor Cicimov, I was able to set up the desired configuration. Just in case someone might find it useful, am citing here the full recipe. Cheers - Andy. Given: -- 1. Three public names, "apachefrontend.example.com", "appserver1.example.com " and "appserver

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread A M
ateKeyFile /etc/pki/tls/private/localhost.key ProxyRequests Off ProxyPass / http://appserver2.backend/ ProxyPassReverse / http://appserver2.backend/ On Mon, Mar 9, 2015 at 10:55 AM, Igor Cicimov wrote: > > On 09/03/2015 8:01 PM, "A M" wrote: > >

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread A M
ings - Andy. On Mon, Mar 9, 2015 at 5:22 AM, jeffmonte101 . wrote: > Andy, > > What do you see in error logs and proxy logs when you try to bring up the > web server? > > > > On Sun, Mar 8, 2015 at 5:11 PM, A M wrote: > >> >> Hello Igor, and many tha

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-08 Thread A M
mov wrote: > > On 08/03/2015 10:01 AM, "A M" wrote: > > > > > > Hello experts, > > > > I am trying to set up a classical frontend HTTPS Apache Reverse Proxy > > for a couple of plain backend HTTP servers sitting on a backend private > > net

[users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-07 Thread A M
Hello experts, I am trying to set up a classical frontend HTTPS Apache Reverse Proxy for a couple of plain backend HTTP servers sitting on a backend private network. The plaform is Centos 6, the Apache rpm is httpd-2.2.15-39.el6.centos. I first created three DNS entries, all pointing to the same