Using PostgreSQL in Apache2 module

2009-02-22 Thread Graf László
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

[OT] increasing log output

2009-02-22 Thread Sam Carleton
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: -

Re: A question about cross request memory/pool usage

2009-02-22 Thread Weiming Yin
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