APR DBD: Column names from query

2008-08-29 Thread Dave Ingram
Hi all, First off, if this isn't the correct place to ask this then I apologise, but it seemed the most appropriate list. If there's somewhere more appropriate, please let me know. I've had a quick look for some information on accessing a database via APR, and after glancing through the header fi

Apache sub-requests

2008-08-29 Thread Roy Wellington
I'm currently trying to port mod_auth_script, a Apache 1.x module that used the result of a script to allow/deny an authentication. The issue I'm currently running into is sub requests - it seems that whatever output and return code my module's sub request returns is what gets sent to the web brows

Re: APR DBD: Column names from query

2008-08-29 Thread Nick Kew
Dave Ingram wrote: First off, if this isn't the correct place to ask this then I apologise, but it seemed the most appropriate list. If there's somewhere more appropriate, please let me know. I've had a quick look for some information on accessing a database via APR, and after glancing through

Re: Apache sub-requests

2008-08-29 Thread Nick Kew
Roy Wellington wrote: I'm currently trying to port mod_auth_script, a Apache 1.x module that used the result of a script to allow/deny an authentication. Will your module do anything that's not already supported in mod_auth_external, or the authnz functions of fastcgi, won't do? I should think

Re: APR DBD: Column names from query

2008-08-29 Thread Dave Ingram
Nick Kew wrote: > Dave Ingram wrote: > >> First off, if this isn't the correct place to ask this then I apologise, >> but it seemed the most appropriate list. If there's somewhere more >> appropriate, please let me know. >> >> I've had a quick look for some information on accessing a database via >

Re: Apache sub-requests

2008-08-29 Thread Sorin Manolache
On Fri, Aug 29, 2008 at 20:52, Roy Wellington <[EMAIL PROTECTED]> wrote: > I'm currently trying to port mod_auth_script, a Apache 1.x module that > used the result of a script to allow/deny an authentication. The issue > I'm currently running into is sub requests - it seems that whatever > output a

Re: APR DBD: Column names from query

2008-08-29 Thread Nick Kew
Dave Ingram wrote: If you're interested, I've posted a bit more about it on my blog while I'm still fleshing out the idea: http://www.dmi.me.uk/blog/2008/08/13/modules-for-apache-and-php/ OK, why doesn't your blog accept my attempt to comment? Among other things, I was trying to point you to

Re: APR DBD: Column names from query

2008-08-29 Thread Dave Ingram
Nick Kew wrote: > Dave Ingram wrote: > >> If you're interested, I've posted a bit more about it on my blog while >> I'm still fleshing out the idea: >> http://www.dmi.me.uk/blog/2008/08/13/modules-for-apache-and-php/ > > OK, why doesn't your blog accept my attempt to comment? > Among other things,