Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Matthew Kent
On Fri, 2007-06-07 at 15:07 -0400, Danie Qian wrote: I am using mod_authn_dbd and mod_dbd to do authentication again a mysql database. Basically it works but after sometime I will get a internal server error. I checked the log this happens at apr_dbd_pvselect() line in mod_authn_dbd.c. So

mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
I am using mod_authn_dbd and mod_dbd to do authentication again a mysql database. Basically it works but after sometime I will get a internal server error. I checked the log this happens at apr_dbd_pvselect() line in mod_authn_dbd.c. So this looks like to me that apr_dbd_pvselect() is trying

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 3:18 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 15:07 -0400, Danie Qian wrote: I am using mod_authn_dbd and

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Matthew Kent
On Fri, 2007-06-07 at 15:54 -0400, Danie Qian wrote: - Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 3:18 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 4:13 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 15:54 -0400, Danie Qian wrote: - Original Message -

Re: APXS on Windows

2007-07-06 Thread William A. Rowe, Jr.
David Wortham wrote: I have (hopefully) a quick question: Does anyone know how to compile modules for Windows platforms? Several alternatives... one nice one for apxs is the work of the modperl folks... try http://archive.apache.org/dist/perl/win32-bin/apxs_win32-0.3.tar.gz documented at

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Nick Kew [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 6:04 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 06 Jul 2007 13:13:03 -0700 Matthew Kent [EMAIL PROTECTED] wrote: My

Re: Possibly OT: g++ 4.0.1 on Mac OS X

2007-07-06 Thread Farokh Irani
On 06/07/07, Farokh Irani [EMAIL PROTECTED] wrote: I'm trying to link together a couple of .o files into a .so file using g++. The problem is that even though I have a -o specified, no file is generated and no error comes up. Any pointers on how to figure out what might be going on, or even

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Mark Constable
On Saturday 07 July 2007 07:49:13 Danie Qian wrote: Apparently it hasnt been fixed as I AM using the mod_dbd.c file from trunk and still having this problem. but it did fix some problems in dbd_acquire() I had before I replaced the mod_dbd.c that comes with apache-2.2.4. I am surprised that

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Matthew Kent
On Fri, 2007-06-07 at 23:04 +0100, Nick Kew wrote: On Fri, 06 Jul 2007 13:13:03 -0700 Matthew Kent [EMAIL PROTECTED] wrote: My question is why the keepalive setting for 60sec doesnt work for me? How do I fix this without changing the timeout setting on the mysql server?

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 9:37 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 23:04 +0100, Nick Kew wrote: On Fri, 06 Jul 2007 13:13:03

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 9:37 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 23:04 +0100, Nick Kew wrote: On Fri, 06 Jul 2007 13:13:03

Re: Async write completion for 2.2.x?

2007-07-06 Thread Jim Jagielski
On Jul 5, 2007, at 9:20 PM, Paul Querna wrote: Jim Jagielski wrote: Any interest in seeing if the Async write completion code in trunk would be suitable for backporting to 2.2? The biggest problem is that async write completion in trunk got tied up in doing async reads, and some of those

Re: Async write completion for 2.2.x?

2007-07-06 Thread William A. Rowe, Jr.
Jim Jagielski wrote: Well, that's the big reason I proposed this... I fear that the async stuff will not be worked on/polished unless there is some indication that it'll be in a released version of Apache. My proposing a backport I'm hoping to generate interest in that, so we can either

completely transform a request

2007-07-06 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi! I need to write an input filter that takes a request, and completely modifies it: URI, HTTP METHOD, POST BODY, etc. I reckon I have to replace the bucket brigade with a populated-by-me bucket brigade, but I'm a bit lost in certain aspects. I

Re: Async write completion for 2.2.x?

2007-07-06 Thread Paul Querna
William A. Rowe, Jr. wrote: Jim Jagielski wrote: Well, that's the big reason I proposed this... I fear that the async stuff will not be worked on/polished unless there is some indication that it'll be in a released version of Apache. My proposing a backport I'm hoping to generate interest in