Character encoding of stuff logged to Apache error log.

2008-03-31 Thread Graham Dumpleton
What charset should notionally apply to anything logged to Apache error log? In converting mod_wsgi to Python 3.0, have to deal with applications which at higher level are going to be outputting unicode strings for logging. Thus need to specify a charset when converting unicode strings to byte str

Re: How to distinguish between restart and reload in a module?

2008-03-31 Thread William A. Rowe, Jr.
Manfred Rebentisch wrote: Hello, I would be glad, if somebody can tell me, how I can distinguish between restart and reload in a module inside hooks ap_hook_post_config, ap_hook_pre_config and create server config. ap_mpm_query... it will tell you on the restart that the server is now in its

Re: [MODULES]apache running slow in production

2008-03-31 Thread Sam Carleton
I would like to thank one and all for your help. I took Ray's advise and created a basic timing class (my code is C++) that captured elapse time and put that around all the main calls in my code and found the bug. It was something REALLY stupid on my part, isn't always;) Again, thanks you all fo

Re: Query on deletion of Request pool

2008-03-31 Thread Arnab Ganguly
Hi All, Thanks a lot for such a detailed help.It simple awesome!.Will update you about the behavior once I do the testing. Regards -A On Sat, Mar 29, 2008 at 10:53 AM, Chris Kukuchka <[EMAIL PROTECTED]> wrote: > From: "Arnab Ganguly" [EMAIL PROTECTED] > > > >It up to the OS to mark the freed area

How to distinguish between restart and reload in a module?

2008-03-31 Thread Manfred Rebentisch
Hello, I would be glad, if somebody can tell me, how I can distinguish between restart and reload in a module inside hooks ap_hook_post_config, ap_hook_pre_config and create server config. Thank you in advance Manfred