[users@httpd] issue with failover

2015-09-24 Thread Harvinder Bhutani
Hello, When the first worker fails, request is not getting redirected to the failover worker. Apache Version: Apache/2.4.9 (Unix) Below is my apache proxy configuration: BalancerMember http://10.31.40.111:8080 connectiontimeout=4000 BalancerMember http://10.31.40.112:8080 connectiontimeout=4000

RE: [users@httpd] Apache Upgrade - Load Modules

2015-09-24 Thread Ravikiran Chaulwar
Sorry but, could not find config.log too :( Regards, Ravikiran -Original Message- From: Aurélien Terrestris [mailto:aterrest...@gmail.com] Sent: Thursday, September 24, 2015 5:38 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Upgrade - Load Modules Please check if you h

Re: [users@httpd] Apache Upgrade - Load Modules

2015-09-24 Thread Aurélien Terrestris
Please check if you have the config.log from the previous install, it will tell you which options were used (and you just need to use these same options) 2015-09-24 14:05 GMT+02:00 Ravikiran Chaulwar : > I understand, however we do not have config.nice in our existing source > directory. Hence I

RE: [users@httpd] Apache Upgrade - Load Modules

2015-09-24 Thread Ravikiran Chaulwar
I understand, however we do not have config.nice in our existing source directory. Hence I am trying to follow configure command. Regards, Ravikiran -Original Message- From: Aurélien Terrestris [mailto:aterrest...@gmail.com] Sent: Thursday, September 24, 2015 5:32 PM To: users@httpd.apa

Re: [users@httpd] Apache Upgrade - Load Modules [wd-vc]

2015-09-24 Thread Bremser, Kurt (AMOS Austria GmbH)
Comment the LoadModule directives in your conf that cause the messages. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Ravikiran Chaulwar [ravikiran.chaul...@elab.abudhabi.ae] Gesendet: Donnerstag, 24. September 2015 13:18 A

Re: [users@httpd] Apache Upgrade - Load Modules

2015-09-24 Thread Aurélien Terrestris
Hello the process for upgrading relies on config.nice script, as explained in the doc ( http://httpd.apache.org/docs/2.2/en/install.html#upgrading ) regards 2015-09-24 13:18 GMT+02:00 Ravikiran Chaulwar : > Hi, > > > > I have upgraded Apache from 2.2.15 to 2.2.24 but when I am trying to start, >

[users@httpd] Apache Upgrade - Load Modules

2015-09-24 Thread Ravikiran Chaulwar
Hi, I have upgraded Apache from 2.2.15 to 2.2.24 but when I am trying to start, it throws all Load Module errors. Also tried with --enable-so Any clues or suggestions please or Am I doing something wrong. Process followed is: Configure $ ./configure --prefix=PREFIX Compile