Hi,
I try to use PostgreSQL's libpq in an Apache2 module.
The test module, without libpq works fine and the test
application for libpq works fine, too.
I put the libpq code lines in my module and it compiles
fine, without errors.
But after restarting the Apache2 server it complains
that it does
This is a bit off topic. I am the author of a propriety apache module for
my custom kiosk style application. I have a prospective customer that is
having problems and I cannot figure out how to get additional logging
information from Apache. Here is the console output:
-
Hi, Nick
On Fri, Feb 20, 2009 at 3:42 PM, Nick Kew wrote:
>
> On 20 Feb 2009, at 03:14, Weiming Yin wrote:
>
> Hi
>>
>
> [answering here, but in future please post questions like this to the
> modules dev list]
>
>
>> I am writing an Apache module, I wanna setup some configure variable in
>> th