[users@httpd] Apache httpd High Availability

2015-06-17 Thread Harsimranjit singh Kler
Node 1 apache httpd 2.4 installed Node 2 apache httpd 2.4 installed OS-Red hat Linux how to achive HA for this? if Node 1 down(hw) or httpd process killed (sw) on Node1 thn Node 2 Should functional. There is something KeepAlived, not sure if its usefull? what apache reccmend for HA?

[users@httpd] Query Response Time

2013-07-09 Thread Harsimranjit singh Kler
I am using Apache httpd 2.4.1 version.is there any log which specify Query response time for each request on httpd.I mean total time taken by httpd to process request?

Re: [users@httpd] Apache 2.4.1- not working (Fatal error... Apache is exiting)

2012-06-22 Thread Harsimranjit singh Kler
On Tue, Jun 12, 2012 at 4:27 PM, Harsimranjit singh Kler simran...@gmail.com wrote: Hi Experts, I am able to reproduce same problem and logs many time now with ab tool like: ab -n 2 -c 800 https://10.48.11.85:10002/index.html (I am running lb with ssl on 10002 port) I stuck

Re: [users@httpd] Apache 2.4.1- not working (Fatal error... Apache is exiting)

2012-06-12 Thread Harsimranjit singh Kler
http://people.apache.org/~trawick/ This link also not much helpful. On Mon, Jun 11, 2012 at 5:18 PM, Harsimranjit singh Kler simran...@gmail.com wrote: Hi Yes i rebuild everything for 2.4.All external module openssl,modjk ,apr,pcre etc which are supported and compatibile are upgraded

Re: [users@httpd] Apache 2.4.1- not working (Fatal error... Apache is exiting)

2012-06-12 Thread Harsimranjit singh Kler
configuration missing. please help me out. On Mon, Jun 11, 2012 at 4:49 PM, Nick Kew n...@webthing.com wrote: On Mon, 11 Jun 2012 15:51:18 +0530 Harsimranjit singh Kler simran...@gmail.com wrote: [chop - crash report] First check: presumably you rebuilt (or re-installed from package

[users@httpd] 2.4.1 responding very slow.

2012-04-23 Thread Harsimranjit singh Kler
Hi I have upgarde my setup from httpd-2.2.17,modjk 1.2.30 [worker mpm] to httpd 2.4.1,modjk 1.2.35 and openssl 1.0.1,[worker mpm]( i have enabled https only and disabled http traffic). My overall response time for particular request is very slow compare to old setup? Iis there any specific

Re: [users@httpd] Stable Version of Httpd

2012-03-05 Thread Harsimranjit singh Kler
i want to use openssl 0.9.8. Is this compatible with 2.4.1? 2012/3/4 Igor Galić i.ga...@brainsware.org [snip] You will need to rebuild all external modules of course given its a new major (like php, mod_perl etc) The latest stable of mod_perl (2.0.5) doesn't currently build with 2.4.1.

Re: [users@httpd] Stable Version of Httpd

2012-03-05 Thread Harsimranjit singh Kler
Is 2.4.1 is compatible with OpenSSL 1.0.0.? On Mon, Mar 5, 2012 at 2:58 PM, Noel Butler noel.but...@ausics.net wrote: ** On Mon, 2012-03-05 at 14:45 +0530, Harsimranjit singh Kler wrote: i want to use openssl 0.9.8. Is this compatible with 2.4.1? Builds fine with openssl-0.9.8 I build

Re: [users@httpd] Stable Version of Httpd

2012-02-27 Thread Harsimranjit singh Kler
that tests for values? 2)I have plan to use SSL as well so all required ssl libs are available and compatible? 3) Using modjk any change for that? thanks harsimran On Tue, Feb 28, 2012 at 11:35 AM, Noel Butler noel.but...@ausics.netwrote: ** On Tue, 2012-02-28 at 11:01 +0530, Harsimranjit singh

Re: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread Harsimranjit singh Kler
the load to your Tomcat worker nodes. Kind Regards, Jaco On 06/02/12 11:09, Harsimranjit singh Kler wrote: Hi How i can make apache httpd High Available(HA)?.If i want to achive with out hardware based HA. I have httpd 2.2.17 on one Phsical Node(IP xxx.xxx.xxx) and Six Tomcat worker

Re: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread Harsimranjit singh Kler
. ** ** ** ** *From:* Jaco Kroon [mailto:j...@uls.co.za] *Sent:* Monday 6 February 2012 10:24 *To:* users@httpd.apache.org *Cc:* Harsimranjit singh Kler *Subject:* Re: [users@httpd] High availabilty through Apache httpd ** ** Not that I'm aware of but someone else on the list may

Re: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread Harsimranjit singh Kler
://www.cyberciti.biz/faq/rhel-centos-fedora-keepalived-lvs-cluster-configuration/ ** ** ** ** ** ** ** ** ** ** ** ** ** ** *From:* Harsimranjit singh Kler [mailto:simran...@gmail.com] *Sent:* Monday 6 February 2012 10:53 *To:* DENIS Laurent *Cc:* users@httpd.apache.org *Subject:* Re

Re: [users@httpd] High availabilty through Apache httpd

2012-02-06 Thread Harsimranjit singh Kler
it. ** ** ** ** ** ** *From:* Harsimranjit singh Kler [mailto:simran...@gmail.com] *Sent:* Monday 6 February 2012 11:46 *To:* DENIS Laurent *Cc:* users@httpd.apache.org *Subject:* Re: [users@httpd] High availabilty through Apache httpd ** ** Thanks for details. One

[users@httpd] how to use ab to test webservices method

2011-12-12 Thread Harsimranjit singh Kler
i have httpd 2.2.17 ,modjk and tomcat setup.My application expose wsdl which has set of method. how i can use ab to test load and hit concurrent requests on my webservice? i can test for static html file like this: ab -n 500 -c 100 http://10.71.10.22:10002/index.html but how to invoke wsdl

[users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Harsimranjit singh Kler
hi i want to enable SSL module along with apache but failed. i have done following: 1)downloaded openssl-0.9.8k.tar and installed open ssl libararies at /usr/local/ssl. 2)Similar downloded fresh setup of httpd-2.2.17.tar.gz 3)running following commands but 'make' throw error: i)./configure

Re: [users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Harsimranjit singh Kler
Hi Thanks for reply Where i can get that and how to configure.i am not much familiar with SSL Configurations Help me regards Harsimran On Fri, Nov 4, 2011 at 4:39 PM, Nick Kew n...@webthing.com wrote: On Fri, 4 Nov 2011 16:34:51 +0530 Harsimranjit singh Kler simran...@gmail.com wrote

Re: [users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Harsimranjit singh Kler
any update on this? On Fri, Nov 4, 2011 at 4:39 PM, Nick Kew n...@webthing.com wrote: On Fri, 4 Nov 2011 16:34:51 +0530 Harsimranjit singh Kler simran...@gmail.com wrote: What's not clear about /usr/bin/ld: /usr/local/ssl/lib/libssl.a(s2_srvr.o): relocation R_X86_64_32 against `a local

[users@httpd] Re: Worker configurations

2011-05-30 Thread Harsimranjit singh Kler
Adding More questions and loking for gud explanations I have not configure Connection _pool_size,connection_timout,keepalive for each of my tomcat worker.So what is default behaviour if not configured? On Thu, May 26, 2011 at 6:21 PM, Harsimranjit singh Kler simran...@gmail.com wrote: Hi i

[users@httpd] Worker configurations

2011-05-26 Thread Harsimranjit singh Kler
Hi i have following configurations: IfModule worker.c ServerLimit 60 StartServers 5 MaxClients 2500 MinSpareThreads 100 MaxSpareThreads 1000 ThreadsPerChild 50 MaxRequestsPerChild 0 /IfModule 1)Is this fine to handle 2000 to 2500 concurrent user? (.Not found any specific details to set these

[users@httpd] Searching of old posts on List

2011-05-23 Thread Harsimranjit singh Kler
how can i search for older mails on the apache list. Is there any Link where i can Search ?

Re: [users@httpd] Apache monitoring

2011-05-07 Thread Harsimranjit singh Kler
Check this http://httpd.apache.org/docs/2.0/mod/mod_status.html May be this is helpful for you. On Sat, May 7, 2011 at 2:39 PM, marco marcodis...@gmail.com wrote: On 06/05/2011 22:43, Harsimranjit singh Kler wrote: Hi If you simply want to monitor Apache You Can Enable Following two

Re: [users@httpd] Apache monitoring

2011-05-06 Thread Harsimranjit singh Kler
Hi If you simply want to monitor Apache You Can Enable Following two module in apache httpd_conf: server-info server-status On Sat, May 7, 2011 at 1:09 AM, marco marcodis...@gmail.com wrote: On 03/05/2011 17:41, Simone Caruso wrote: Il 03/05/2011 17:23, marco di sano ha scritto: Hi all,

Re: [users@httpd] Worker MPM configuration with High Load

2011-04-27 Thread Harsimranjit singh Kler
:50 AM, Harsimranjit singh Kler simran...@gmail.com wrote: Hi Jeff Thanks for update .I have gone through that Doc. Above configurations working for me Still i have some specific questions..:-) 1)Is it good to increase min\maxSparethread for increasing response time? see

Re: [users@httpd] Worker MPM configuration with High Load

2011-04-27 Thread Harsimranjit singh Kler
Sorry simply when i am increasing concurrent(400 to 600 to 800 to 1000) requests response time also increasing.i want same response time what i am getting with 400 only. On Wed, Apr 27, 2011 at 5:51 PM, Jeff Trawick traw...@gmail.com wrote: On Wed, Apr 27, 2011 at 4:31 AM, Harsimranjit singh

Re: [users@httpd] Worker MPM configuration with High Load

2011-04-25 Thread Harsimranjit singh Kler
? 3)Why apache not complain(no error log) if we provide wrong configurations in worker properities for particular worker? Thanks On Thu, Apr 21, 2011 at 4:50 PM, Jeff Trawick traw...@gmail.com wrote: On Wed, Apr 20, 2011 at 11:55 PM, Harsimranjit singh Kler simran...@gmail.com wrote

[users@httpd] Worker MPM configuration with High Load

2011-04-20 Thread Harsimranjit singh Kler
Hi Using apache2.2.17,mod_jk_1.2.30,tomcat5.5.27..for my setup.! ./apachectl -V Server version: Apache/2.2.17 (Unix) Server built: Apr 19 2011 08:35:28 Server’s Module Magic Number: 20051115:25 Server loaded: APR 1.4.2, APR-Util 1.3.10 Compiled using: APR 1.4.2, APR-Util 1.3.10 Architecture: