Re: [users@httpd] DNS lookup failure for: hostname

2015-04-23 Thread Yasser
} Variable err is value from the function call - apr_sockaddr_info_get found in sockaddr.c which has a bunch of logic and if anything goes wrong there, it could be misinterpreted as DNS lookup failure. The method apr_sockaddr_info_get looks complex. I will have to dig deep into this. Thanks, Y

Re: [users@httpd] DNS lookup failure for: hostname

2015-04-23 Thread Yasser
Hi Yann, Yes, I tried that and didnt see any difference in the behaviour Thanks, Yasser On Thu, Apr 23, 2015 at 4:24 PM, Yann Ylavic wrote: > Hi Yasser, > > Coudn't it be that your DNS server/network is not following the load? > Can you still reproduce the failures with

Re: [users@httpd] DNS lookup failure for: hostname

2015-04-22 Thread Yasser
two Apache proxies, then load balancing with the apache proxies to your 10 back end JBOSS servers? On Wed, 22 Apr 2015 16:21:29 -0400 Yasser wrote: > I am in the midst of performance testing a web application and I get these > errors in Apache logs > > [Sat Apr 18 03:01:01

[users@httpd] DNS lookup failure for: hostname

2015-04-22 Thread Yasser
I am in the midst of performance testing a web application and I get these errors in Apache logs [Sat Apr 18 03:01:01 2015] [error] [client xx.xx.xxx.253] proxy: DNS lookup failure for: jboss-host-name returned by /some/url, referer: http://f5hostname/context/URI It occurs only at high load level

[users@httpd] Problem in configuring multiple SSL ports

2011-03-04 Thread yasser arafat
My application has a home page(port 80) and a landing page (after login on port 443). Clicking on login in the home page initiates a CLIENT_CERT authentication. I have configured Apache 2.2 with mod_jk1.2.31 and mod_ssl for the above requirement and everything works fine. Now I need to do away wit

Re: [users@httpd] Apache module suitable for SSL passthrough

2011-03-04 Thread yasser arafat
Thank you Sandy and Tom, It worked. My question should have been to know the transfer of client certificate rather than making SSL pass through.\ Thanks, Yasser On Thu, Mar 3, 2011 at 2:13 PM, Voellinger, Sandy < sandy.voellin...@neustar.biz> wrote: > Yasser - > > As Tom me

Re: [users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread yasser arafat
cannot change the authentication to read from HTTP headers. I was just hoping that there may be some apache module that can pass along the client cert as is. Thanks, Yasser On Thu, Mar 3, 2011 at 12:45 PM, Tom Evans wrote: > On Thu, Mar 3, 2011 at 5:12 PM, yasser arafat wrote: > >

[users@httpd] Apache module suitable for SSL passthrough

2011-03-03 Thread yasser arafat
Hello all, My JBoss app server has mutual SSL authentication setup (We do some processing based on the client certificate). I need to have a web server in front of JBoss. Which is the best apache module that can do an SSL passthrough to JBoss? Thank and regards, Yasser