Re: [users@httpd] simple easy way to turn to maintenance mode

2012-06-01 Thread Ishita Kapadiya
Hi, I just want to add one more question - Daniel's idea looks very good. but what if we also want to verify the change by logging into the site (after application level change get complete) and then open it up for all users.. is there any way to achieve this? On Thu, May 31, 2012 at 1:59 PM, Da

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Ishita Kapadiya
Hi Eric, could you please let me know the next steps to mitigate Segfault error.. On Wed, May 30, 2012 at 6:30 PM, Eric Covener wrote: > On Wed, May 30, 2012 at 5:59 PM, Ishita Kapadiya wrote: >> Thanks William. This is the stack output i got from mdb when core got >> dumpe

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Ishita Kapadiya
rst stack.  It's highly > unlikely there was a segfault in _read. > > You need to dump all the thread stacks, and work out the offending one; this > is > usuallly designated <<< FAULT or some other indication of where the fault > occured. > > On 5/30/2012 10:32

Re: [users@httpd] Can't get mod_wl_22 to stop logging.

2012-05-30 Thread Ishita Kapadiya
logging to those wl files. > > When you suggest that logging might be on by default, where would that be > set, and why doesn't the setting of Debug to "OFF" affect this? > > I'll try enabling DebugConfigInfo and see what I get. > > Eric > >> --

Re: [users@httpd] Can't get mod_wl_22 to stop logging.

2012-05-30 Thread Ishita Kapadiya
rsist despite the OFF value of Debug? > > Eric > >> -Original Message- >> From: Ishita Kapadiya [mailto:ishim...@gmail.com] >> Sent: Wednesday, May 30, 2012 11:24 AM >> To: users@httpd.apache.org >> Subject: Re: [users@httpd] Can't get mod_wl_22 t

Re: [users@httpd] Segmentation fault error

2012-05-30 Thread Ishita Kapadiya
wrote: > > On 29 May 2012, at 23:11, Ishita Kapadiya wrote: > >> Hi All, >> >> I am using this configurations - >> >> Solaris sparc 10/apache 2.2.22/openssl 1.0.0g/simteminder sso/mod-jk 1.30 > > Did you compile everything yourself? > > If yes, cou

Re: [users@httpd] Can't get mod_wl_22 to stop logging.

2012-05-30 Thread Ishita Kapadiya
have you set is as OFF in - ... If yes and if it's still not working send us httpd.conf (after removing all sensitive information). On Wed, May 30, 2012 at 9:44 AM, wrote: > I’ve set Debug to OFF everywhere it occurs, but it’s still writing to the > logs. > > Apache 2.2 > > Anyone have any

[users@httpd] Segmentation fault error

2012-05-29 Thread Ishita Kapadiya
Hi All, I am using this configurations - Solaris sparc 10/apache 2.2.22/openssl 1.0.0g/simteminder sso/mod-jk 1.30 we are curently running multiple apache servers from the apache's root dir. Only one of the those instances throwing below errors in error_log : [Tue May 19 16:14:06 2012] [notice

Re: [users@httpd] Apache access logs

2012-05-22 Thread Ishita Kapadiya
GET xxx HTTP/1.1" 304 - See the first column. I am not sure what's causing such entries to present in the logs. Also, such entries present only in ssl access log and not the port 80 access logs. (this instance is listening on both port 80 & 443) On Wed, Apr 25, 2012 at 2:46 PM, Ishita

Re: [users@httpd] Apache access logs

2012-04-25 Thread Ishita Kapadiya
ig from my server - LogFormat "%h %l %{foo}i %t \"%r\" %>s %b" common CustomLog "logs/access_log" common Please let me know if you have any idea about those entries in logs. Thanks On Wed, Apr 25, 2012 at 12:14 PM, Tom Evans wrote: > On Wed, Apr 25, 2012

[users@httpd] Apache access logs

2012-04-25 Thread Ishita Kapadiya
Hi All, I am using apache 2.2.22. We are seeing some weird behavior in Apache access logs. I have following line in httpd.conf - LogFormat "%h %l %i %t \"%r\" %>s %b" common now the log should look like - 64.39.111.58 - - [25/Mar/2012:11:08:48 -0400] "GET /abc.html HTTP/1.1" 200 251 (all looks

Re: [users@httpd] concurrent connections and netstat

2012-02-11 Thread Ishita Kapadiya
I did the whole test with HTTP this time On Sat, Feb 11, 2012 at 3:05 PM, Ishita Kapadiya wrote: > Hi Rainer, > > Thanks.  I forogt to mention that I was using HTTPS with Keepalive > disabled. Based on your hint, i again tried to monitor netstat o/p and > mod_status o/p. >

Re: [users@httpd] concurrent connections and netstat

2012-02-11 Thread Ishita Kapadiya
6 connections! Please provide your thoughts. On Sat, Feb 11, 2012 at 7:25 AM, Rainer Jung wrote: > On 11.02.2012 06:11, Ishita Kapadiya wrote: >> >> Hi All, >> >> Recently I did 'ab' test just to check performance of my new setup. so >> far, if we want

Re: [users@httpd] Upgrading from httpd 2.2.3 to 2.2.22

2012-02-10 Thread Ishita Kapadiya
perhaps you are looking for this -- The first step in upgrading is to read the release announcement and the file CHANGES in the source distribution to find any changes that may affect your site. When changing between major releases (for example, from 1.3 to 2.0 or from 2.0 to 2.2), there will like

[users@httpd] concurrent connections and netstat

2012-02-10 Thread Ishita Kapadiya
Hi All, Recently I did 'ab' test just to check performance of my new setup. so far, if we want to check concurrent users for that server, we were using "netstat -an | grep 'EST' | wc -l" to check how many total no of connections being used. I know we can use mod_status to get the accurate results.

Re: [users@httpd] RE: SSL (https) slowness

2011-04-27 Thread Ishita Kapadiya
I also faced the same problem and then decided to terminate SSL at load balancer level and let Apache run only on http. I think mod_ssl require some code change which may be someone take as project and work on it. Hope it helps. Thanks On Thu, Apr 21, 2011 at 7:03 AM, Matthew Fletcher wrote: >

Re: [users@httpd] Apache is too slow with SSL

2011-04-12 Thread Ishita Kapadiya
Hi Jeff, SSL session cache is utilized maximum as out of 3 requests 29850 requests was served as "session reuse" during my stress test Thanks On Fri, Apr 8, 2011 at 10:06 AM, Jeff Trawick wrote: > On Wed, Apr 6, 2011 at 11:09 PM, Ishita Kapadiya wrote: >> Hi Jeff, >&

Re: [users@httpd] Apache crashes under keep-alive test

2011-04-12 Thread Ishita Kapadiya
Try this settings - 1) StartServers20 MinSpareServers 20 MaxSpareServers 50 ServerLimit 1000 MaxClients 1000 MaxRequestsPerChild 10 2) As Jim suggsted - Timeout should be maybe 10 and KeepAliveTimeout maybe 3. increase MaxKeepAliveReque

Re: [users@httpd] Apache is too slow with SSL

2011-04-08 Thread Ishita Kapadiya
ficiently! On Wed, Apr 6, 2011 at 10:22 AM, Mark Montague wrote: >  On April 6, 2011 0:12 , Ishita Kapadiya  wrote: >> >> I tried to test apache with stress test using JMETER and >> results are not really good compared to sun one web server 6.1 running >> on the sa

Re: [users@httpd] Apache is too slow with SSL

2011-04-06 Thread Ishita Kapadiya
in a reasonably high > session cache utilization. Please let me know how can i trace mod_ssl to confirm session cache utilization. On Wed, Apr 6, 2011 at 10:32 AM, Jeff Trawick wrote: > On Thu, Mar 31, 2011 at 7:56 AM, Mark Montague wrote: >>  On March 30, 2011 19:44 , Ishita Kapad

Re: [users@httpd] Apache is too slow with SSL

2011-04-05 Thread Ishita Kapadiya
config but all the time no better result than shown above for apache. You can see sun one web server had better numbers in each fields. could you or anyone else please help me further? On Fri, Apr 1, 2011 at 12:16 AM, Ishita Kapadiya wrote: > Thanks Mark. It really helps. Once  I have used

Re: [users@httpd] Apache is too slow with SSL

2011-03-31 Thread Ishita Kapadiya
in case of any concern. Once again thanks for your help On Thu, Mar 31, 2011 at 7:56 AM, Mark Montague wrote: >  On March 30, 2011 19:44 , Ishita Kapadiya  wrote: >> >> Hi Mark, >> >> Thanks for your suggestion. I tried below settings in httpd.conf - >> >

Re: [users@httpd] Apache is too slow with SSL

2011-03-30 Thread Ishita Kapadiya
Hi Mark, Thanks for your suggestion. I tried below settings in httpd.conf - #SSLRandomSeed startup builtin #SSLRandomSeed connect builtin SSLRandomSeed startup file:/dev/urandom 1024 SSLRandomSeed connect file:/dev/urandom 1024 the commented line was there when I initially posted my query and

[users@httpd] Apache is too slow with SSL

2011-03-29 Thread Ishita Kapadiya
Hi, I am not sure whether the problem i am going to describe had been already faced by someone? At least I tried to look into google and httpd mail archives but didn't get much help, so I am writing this mail. I am running apache 2.2.17 on Linux 2.6.18-128.el5 with 16 Intel Xeon E7440 @ 2.40GHz p