Re: [users@httpd] Honouring the DNS ttl in proxy-pass

2017-08-28 Thread Gustau Perez
> > one of the side effects of reusing the backend connections is to force the > Apache child process to cache the DNS resolution for its life (that is until > a main restart happens or when MaxConnectionsPerChild is met), so I am afraid > that if you need something more flexible you'd need

Re: [users@httpd] Honouring the DNS ttl in proxy-pass

2017-08-28 Thread Luca Toscano
Hi Gustau, 2017-08-23 12:47 GMT+02:00 Gustau Perez : >Hi, > >We’re trying to set a bunch of Apaches 2.4.18 to proxy pass the > requests it receives to our partner's upstream server. Our partner uses > Amazon’s Elastic Load Balancing and thus the only we know about their > servers is its D

[users@httpd] Honouring the DNS ttl in proxy-pass

2017-08-23 Thread Gustau Perez
Hi, We’re trying to set a bunch of Apaches 2.4.18 to proxy pass the requests it receives to our partner's upstream server. Our partner uses Amazon’s Elastic Load Balancing and thus the only we know about their servers is its DNS names. The TTL of the DNS records is 60 seconds and I’d