Re: APR feature detection

2009-04-02 Thread Dave Ingram
Sorin Manolache wrote: On Thu, Apr 2, 2009 at 19:45, Dave Ingram wrote: Hi guys, Is there any way that my module can detect which APR features are enabled in Apache? It relies on DBD, and if that's not available then my module just segfaults, which isn't very friendly. I'd prefer to give an

Failure request with apr dbd and postgresql

2009-04-02 Thread MySoLo
Hi all, I'm writing a module with apr dbd ( and mod_dbd for initialize dbd ). post_read hook is used for dbd_acquire_fn , get statement, pvselect, etc When use dbd with DBDriver pgsql , request fail after 5, 6 wget test, after two with firefox refresh. No problem with driver sqlite3 or mysql

Re: APR feature detection

2009-04-02 Thread Sorin Manolache
On Thu, Apr 2, 2009 at 19:45, Dave Ingram wrote: > Hi guys, > > Is there any way that my module can detect which APR features are > enabled in Apache? It relies on DBD, and if that's not available then my > module just segfaults, which isn't very friendly. I'd prefer to give an > error message to

APR feature detection

2009-04-02 Thread Dave Ingram
Hi guys, Is there any way that my module can detect which APR features are enabled in Apache? It relies on DBD, and if that's not available then my module just segfaults, which isn't very friendly. I'd prefer to give an error message to the user, telling them that DBD is required. Does anyone hav

Re: About the order of the processing of the http request

2009-04-02 Thread Sorin Manolache
On Thu, Apr 2, 2009 at 15:44, Xiaobin wrote: > > > > Sorin Manolache wrote: >> >> On Thu, Apr 2, 2009 at 13:28, Xiaobin wrote: >>> >>> Hi, everyone. >>> >>> I new to modlue developemnt of the Apache http server, and I have googled >>> this question and can't find the answer. Hope you can help me.

Re: About the order of the processing of the http request

2009-04-02 Thread Sorin Manolache
On Thu, Apr 2, 2009 at 13:28, Xiaobin wrote: > > Hi, everyone. > > I new to modlue developemnt of the Apache http server, and I have googled > this question and can't find the answer. Hope you can help me. Thx. > > I am confused with the order of the processing of the http request. > > Without the

About the order of the processing of the http request

2009-04-02 Thread Xiaobin
Hi, everyone. I new to modlue developemnt of the Apache http server, and I have googled this question and can't find the answer. Hope you can help me. Thx. I am confused with the order of the processing of the http request. Without the input/output filters, the order seems quick clear, when one