[users@httpd] Apache 2.2.21 Seg Fault

2013-06-26 Thread Abhi Auradkar
Hi,     We have been seeing some segfaults in apache httpd.  Following is the dbx output that I see.  Use `help core mismatch' for more info. (l@1) terminated by signal SEGV (Segmentation Fault) 0x:     (dbx) lwps o>l@1 signal SIGSEGV in 0x7dddcb98()   l@54 LWP suspended

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-09 Thread Abhi Auradkar
: users Sent: Wednesday, January 9, 2013 1:43 PM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On 09/01/2013 6:14 PM, "Abhi Auradkar" wrote: > > Hi,  > > Probing further I see that mod_deflate is having some problems.. and zcalloc, > zcf

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
not fit Thanks, From: Igor Cicimov To: users ; Abhi Auradkar Sent: Wednesday, January 9, 2013 12:02 PM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On Wed, Jan 9, 2013 at 5:14 PM, Abhi Auradkar wrote: Hi,  > &

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
; Abhi Auradkar Sent: Wednesday, January 9, 2013 11:19 AM Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled On Wed, Jan 9, 2013 at 4:30 PM, Abhi Auradkar wrote: Hi,  > > >This apache is compiled from source. It was compiled on another machine >thoug

Re: [users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
dynamic lib AMD64 Version 1 [SSE CMOV], dynamically linked, not stripped bash-3.2#ldd usr/local/apache2/modules/mod_deflate.so libc.so.1 =>     /lib/64/libc.so.1 libm.so.2 =>     /lib/64/libm.so.2 Thanks, From: Igor Cicimov To: users ; Abhi Auradkar

[users@httpd] Apache fails to start when mod_deflate is enabled

2013-01-08 Thread Abhi Auradkar
Hi,  On a solaris AMD64 bit machine the apache server fails to start when mod_deflate is enabled. Following is the error that I see.  httpd: Syntax error on line 934 of /usr/local/apache2/conf/httpd.conf: Syntax error on line 5 of  /usr/local/apache2/conf/modules.conf: Cannot load /usr/local/a

[users@httpd] mod_deflate fails to decompress incoming request data.

2012-08-10 Thread Abhi Auradkar
setup with necessary content-type.) Thanks, ~Abhi

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-23 Thread Abhi Auradkar
Hi Jeff,        The version you have mentined below is available as 64-bit lib.  I will try my test with a 64bit version of apache.  Thanks, ~Abhi - Original Message - From: Jeff Trawick To: users@httpd.apache.org Cc: Sent: Thursday, July 19, 2012 5:15 PM Subject: Re: [users@httpd

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-23 Thread Abhi Auradkar
- Original Message - From: Jeff Trawick To: users@httpd.apache.org Cc: Sent: Thursday, July 19, 2012 5:15 PM Subject: Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults On Thu, Jul 19, 2012 at 7:32 AM, Abhi Auradkar wrote: > Jeff, > >    The cwmp handler has no

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-19 Thread Abhi Auradkar
Jeff,     The cwmp handler has no functions like 'request_handler' and 'release_lock'. The internal redirect from cwmp handler goes to weblogic apache plugin which has to tunnel the request to a weblogic server cluster. Thanks, ~Abhi - Original Message - Fr

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-19 Thread Abhi Auradkar
1cddf0, 0xf79d0), at 0x5cba4   [14] ap_process_connection(c = 0x10b098, csd = 0x168268), at 0x5d270   [15] process_socket(p = 0x110fe8, sock = 0x168268, my_child_num = 0, my_thread_num = 0, bucket_alloc = 0xf79d0), at 0x91e8c   [16] worker_thread(thd = 0x110e40, dummy = 0xe8690), at 0x92a6

[users@httpd] Segmentation fault

2012-07-13 Thread Abhi Auradkar
Hi All,  I am running apache 2.2.21 with weblogic brdige and another custom module.  I see this segfault once or twice every hour:  Can any one help me? bash-3.00# /home/vnair/sunstudio12.1/bin/dbx - /var/tmp/core.httpd.6257 Corefile specified executable: "/usr/local/apache2/bin/./httpd" For info

Re: [users@httpd] Uncompressing incoming requests

2012-06-13 Thread Abhi Auradkar
w To: users@httpd.apache.org Sent: Friday, June 8, 2012 4:53 AM Subject: Re: [users@httpd] Uncompressing incoming requests On Thu, 7 Jun 2012 08:33:11 -0700 (PDT) Abhi Auradkar wrote: > Hi Nick,  > > To test it futher I gzipped a local file and posted it apache using 'ab' (

Re: [users@httpd] Uncompressing incoming requests

2012-06-07 Thread Abhi Auradkar
Hi Nick,  To test it futher I gzipped a local file and posted it apache using 'ab' (I had set the content-encoding header as well') Even then I see the same result. It logging the same error about magic bytes not matching.  Any pointers to mistakes that I am making? 

Re: [users@httpd] Uncompressing incoming requests

2012-06-07 Thread Abhi Auradkar
n that the gzip created from java.util library is not compatible with the  one that mod_deflate is using??  Thanks, ~Abhi - Original Message - From: Nick Kew To: users@httpd.apache.org Cc: Sent: Tuesday, June 5, 2012 8:06 PM Subject: Re: [users@httpd] Uncompressing incoming requests On Tu

Re: [users@httpd] Uncompressing incoming requests

2012-06-05 Thread Abhi Auradkar
not see any extra logs in the error_log file.   Should I do something further here to get detailed debug logs from mod_deflate?  Thanks, ~Abhi From: Nick Kew To: users@httpd.apache.org Sent: Tuesday, June 5, 2012 4:56 PM Subject: Re: [users@httpd] Uncompressing inc

[users@httpd] Uncompressing incoming requests

2012-06-05 Thread Abhi Auradkar
Hi All,  I am trying to post compressed REST requests to apache.  I have configured mod_deflate and have added the following configuration directive.  SetInputFilter DEFLATE

[users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-06-03 Thread Abhi Auradkar
Hi All,     I am running a apache 2.2.21 on Solaris Sparc. I see the following segmantation faults every now and then.  Any pointers to whats wrong will be really helpful.  Thanks. t@1 (l@1) terminated by signal SEGV (Segmentation Fault) 0xff03e3ac: _read+0x000c:       bcc,pt   %icc,_read+0x20

[users@httpd] Apache httpd with custom module does not start when I am not running is root

2012-03-13 Thread Abhi Auradkar
che starts fine even if I am not root.  Any pointers why is this so. Am doing something wrong while building my module?  I use apxs to compile the module.  Appreciate your help!! Thanks, ~Abhi

[users@httpd] Apache httpd with custom module does not start when I am not running is root

2012-03-13 Thread Abhi Auradkar
che starts fine even if I am not root.  Any pointers why is this so. Am doing something wrong while building my module?  I use apxs to compile the module.  Appreciate your help!! Thanks, ~Abhi

[users@httpd] Segmentation fault while using apr thread pool

2011-11-16 Thread Abhi Auradkar
d20, 0x12f548, 0x0, 0xa0238, 0xa), at 0x499f4   [10] worker_thread(0x134818, 0x540, 0x0, 0x23dfd0, 0x9f0d8, 0x32), at 0x6c0cc Any help help will be really appreciated.  Thanks, ~Abhi

[users@httpd] Apache freezes after running for 2 days.

2011-09-26 Thread Abhi Auradkar
Hi All,  I have been running the apache server to load test a application.  The apache 2.2.20 is running on CentOS 5.6 -bash-3.2$ uname -a Linux hdm102 2.6.18-238.19.1.el5.centos.plus #1 SMP Mon Jul 18 10:05:09 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux -bash-3.2$ cat /etc/issue CentOS release 5.

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
at 22:03 +0530, Abhi wrote: > > Thanks for that Krist. > > > > I want to do it without a redirect. I am trying to do something with > > google gears and google gears has the same origin security policy. So > > I cannot cache URL's with different domains. > &g

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
? On Tue, Nov 4, 2008 at 7:38 PM, Krist van Besien <[EMAIL PROTECTED]>wrote: > > > On Tue, Nov 4, 2008 at 2:39 PM, Abhi <[EMAIL PROTECTED]> wrote: > >> The scenario is: >> >> I want to forward the request of this format >> >> http://localhost/

[us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
this? -- Cheers, Abhi