Re: Additional log file

2008-02-08 Thread Eric Covener
On Feb 8, 2008 10:16 AM, Wall, Mick [EMAIL PROTECTED] wrote: Hello, I have a requirement to log some additional information to a separate log file. Can I do this using some of the existing log API's or will I need to create my own. If you can push the data into an environment variable

Re: mysql auth module

2008-02-08 Thread Seth Cherney
Thanks everyone for the responses. Im quite pressed for time this week, but will look into everything and get back to the list with my Q's. I think my problem stems more from the fact that I have never used C than anything else. So, till next time ;) John David Duncan [EMAIL PROTECTED] wrote:

Re: sending provisional response codes from a filter

2008-02-08 Thread Nick Kew
On Fri, 8 Feb 2008 14:22:23 -0500 Charles Fry [EMAIL PROTECTED] wrote: Wow, ap_send_interim_response is great! Thanks for pointing that out. I got it to work with apparent success by just reusing the ap_filter_t's reqeust_rec in my incoming filter, saving the status and status code, setting

Re: sending provisional response codes from a filter

2008-02-08 Thread Charles Fry
Wow, ap_send_interim_response is great! Thanks for pointing that out. I got it to work with apparent success by just reusing the ap_filter_t's reqeust_rec in my incoming filter, saving the status and status code, setting them for the interim call, and then restoring them afterwords. Does this