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
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
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
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
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.
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
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