[EMAIL PROTECTED] logging error-notes of Apache - is it advisable?

2007-03-22 Thread Sai Jai Ganesh Gurubaran
Hi All, Recently we noticed that Apache (2.0.59) on RHEL 3 as a forward proxy stops responding for a few minutes and then recovers on its own. We have MaxRequestsPerChild to 9000 and the occurrence is random (fortunately over weeks) In the error log we get the lines for the time period where

RE: [EMAIL PROTECTED] Forward proxy 403 status for one particular Https request

2007-02-28 Thread Sai Jai Ganesh Gurubaran
a look at AllowConnect? Olivier CHIROUZE I0 Infrastructure Volvo Information Technology From: Sai Jai Ganesh Gurubaran [mailto:[EMAIL PROTECTED] Sent: 28 February 2007 07:34 To: users@httpd.apache.org Subject: [EMAIL

[EMAIL PROTECTED] Forward proxy 403 status for one particular Https request

2007-02-27 Thread Sai Jai Ganesh Gurubaran
Hi All, We are having Apache 2.0.59 as a forward proxy. We notice that users are getting 403 error via the proxy but able to access the same without proxy. URL: https://vaneerde.net:8443/ No Entries in the error log for this request The Access logs say 10.192.69.10 -

RE: [EMAIL PROTECTED] How to force a core dump on Linux

2007-01-09 Thread Sai Jai Ganesh Gurubaran
. Is there any command we can use for this? -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 1:06 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to force a core dump on Linux On Jan 8, 2007, at 10:34 PM, Sai Jai Ganesh

[EMAIL PROTECTED] How to force a core dump on Linux

2007-01-08 Thread Sai Jai Ganesh Gurubaran
Hi, We are getting frequent Apache (59) outages at our installation. Apache is compiled in as worker module, forward proxy on RHEL 3 I would like to core dump Apache when such a outage occurs. Can any one tell me how to force Apache to core dump? Regards, Ganesh

[EMAIL PROTECTED] Apache stops processing requests

2006-12-20 Thread Sai Jai Ganesh Gurubaran
Hi All, We have apache 2.0.59 as a forward proxy on RHEL 3.0 in Worker. The traffic on the server is around 45 Mb. Mod_status reported around 600 requests per second The worker conf is IfModule worker.c ServerLimit 18 StartServers10 ThreadsPerChild 50 MaxClients

[EMAIL PROTECTED] mod_proxy - www insensitive requests - how to?

2006-11-09 Thread Sai Jai Ganesh Gurubaran
Hi, We are using Apache (2.0.59) as forward proxy. Have this problem: While browsing for http://www.magic-mirror.4ya.nl We get code The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET

[EMAIL PROTECTED] Apache process hanging

2006-10-29 Thread Sai Jai Ganesh Gurubaran
Hi All, we notice that some time (not consistent) some of the Apache process hang. They start taking memory and do nothing. Here is the strace of one such process strace p 5762 futex(0x9dfe690, FUTEX_WAKE, 1) = 0 gettimeofday({1161960021, 481837}, NULL) = 0

[EMAIL PROTECTED] Apache's behavior when forwarded from Squid?

2006-10-25 Thread Sai Jai Ganesh Gurubaran
Hi, Has anyone observed memory increase of Apache proxy when the traffic is forwarded by Squid? We also face a problem (in Performance) when forwarded by ISA server. Thanks and Regards, Sai Jai Ganesh

RE: [EMAIL PROTECTED] urgent- ideal config setting reqd

2006-10-18 Thread Sai Jai Ganesh Gurubaran
One correction: it is a forward proxy :) -Original Message- From: Sai Jai Ganesh Gurubaran Sent: Wednesday, October 18, 2006 4:45 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] urgent- ideal config setting reqd Hi All, We were using Apache 2.0.50 as a reverse proxy

RE: [EMAIL PROTECTED] urgent- ideal config setting reqd

2006-10-18 Thread Sai Jai Ganesh Gurubaran
Latest update: we were getting 160 requests per second. -Original Message- From: Sai Jai Ganesh Gurubaran Sent: Wednesday, October 18, 2006 4:54 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] urgent- ideal config setting reqd One correction: it is a forward proxy

RE: [EMAIL PROTECTED] mod_rewrite on 2.0.50

2006-10-11 Thread Sai Jai Ganesh Gurubaran
. But If it is so, then how do I get around it? The thing that stands out is this error: symbol htmlFreeParserCtxt: referenced symbol not found Has anyone else seen this and if so, what did you do to correct it? TIA, -=jeff On 10/4/06, Sai Jai Ganesh Gurubaran [EMAIL PROTECTED] wrote: Hi Jeff

RE: [EMAIL PROTECTED] mod_rewrite on 2.0.50

2006-10-11 Thread Sai Jai Ganesh Gurubaran
the LoadModule directives are given (in 2.0.50) Regards, Sai -Original Message- From: Sai Jai Ganesh Gurubaran Sent: Wednesday, October 11, 2006 7:33 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_rewrite on 2.0.50 Hi Jeff, Did you make any break through? I am

RE: [EMAIL PROTECTED] Rotate access.log daily

2006-10-08 Thread Sai Jai Ganesh Gurubaran
Hi Frank, This is what we use to rotate logs per MB (u can do it for days too ): #Rotate (every 10 MB) the access logs and error logs. #Access logging with log rotation LogFormat %h %l %u %t %U \%r\ %s %b accessLogs CustomLog |/usr/local/apache2/bin/rotatelogs

RE: [EMAIL PROTECTED] mod_rewrite on 2.0.50

2006-10-04 Thread Sai Jai Ganesh Gurubaran
server is configured using absolute URLs and I think that has something to do with it. I have not found a way to get the URLs to be re-written, but the proxy server functions as expected. Please let me know what you have found out... Regards, Jeff On 10/3/06, Sai Jai Ganesh Gurubaran [EMAIL

[EMAIL PROTECTED] mod_rewrite on 2.0.50

2006-10-03 Thread Sai Jai Ganesh Gurubaran
Hi, I am a newbie. We have set up Apache 2.0.50 as a forward proxy. Want to redirect a particular (external) page to our internal page. i.e. for http://www.abc.com/suggestions.htm to http://myanotherserver/suggestion.htm For this I tried mod_rewrite. The following code in the httpd.conf

RE: [EMAIL PROTECTED] mod_rewrite on 2.0.50

2006-10-03 Thread Sai Jai Ganesh Gurubaran
original problem remains. -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 1:50 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_rewrite on 2.0.50 On Tuesday 03 October 2006 08:43, Sai Jai Ganesh Gurubaran wrote: Hi, I am

Re: [users@httpd] Apache 2 aborting downloads

2005-07-11 Thread Sai Jai Ganesh Gurubaran
HI, Gmail is not able to send the message properly. I am trying once again. Here is the message that i am attempting to send. --- Hi Joshua, Thanks for the tip. We tried the same

Re: FW: [users@httpd] Apache 2 aborting downloads

2005-07-10 Thread Sai Jai Ganesh Gurubaran
fails randomly. but if it fails - all other downloads exit at the same time. Can anyone help us in this? Regards Ganesh -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 7:35 PM To: Sai Jai Ganesh Gurubaran Subject: Re: [EMAIL

Re: [users@httpd] Apache 2 aborting downloads

2005-07-10 Thread Sai Jai Ganesh Gurubaran
Hi Joshua, Thanks for the tip. We tried the same and here are some of the observations. 1. Debugging the Apache on the single threaded environment - issue not reproducible. 2. We upgraded to Apache version 54, and tested 7 parallel downloads (from different machines). All went successful. 3.

Re: [users@httpd] Apache 2 aborting downloads

2005-06-09 Thread Sai Jai Ganesh Gurubaran
signal Aborted (6) Don't know how to interpret the above dump. All the download breaks are givin exactly the same SIGABRT. Can anyone guide us how to go about? Don't have a clue on where to start searching. On 6/8/05, Joshua Slive [EMAIL PROTECTED] wrote: On 6/8/05, Sai Jai Ganesh Gurubaran [EMAIL

[EMAIL PROTECTED] Cookies problem in APache 2.0.50

2005-06-08 Thread Sai Jai Ganesh Gurubaran
Hi, Apache (version 2.0.50) is running as a forward proxy on Linux (Red hat 3) for around 300 users. We notice that Yahoo messenger is getting logged out with Invalid cookie error on many machines, Is there any settings to be turned on? -- Warm Regards, Sai Jai Ganesh. G.

Re: [users@httpd] Apache 2 aborting downloads

2005-06-08 Thread Sai Jai Ganesh Gurubaran
Hi, I am also facing the same problem. Downloads are breaking at random places - but succeeds for smaller downloads. we are using RHEL 3 and Apache 2.0.48 On 6/8/05, Leeuwen, Allan van [EMAIL PROTECTED] wrote: Hi all ... I'm still having this problem Does anybody have any idea ??? Have