Re: [EMAIL PROTECTED] Request Filter

2008-06-03 Thread Joshua Slive
On Tue, Jun 3, 2008 at 3:34 AM, living liquid | Christian Meisinger <[EMAIL PROTECTED]> wrote: > i try to write a filter which can block request. > i copied and modified mod_authn_dbd which has already some SQL stuff. > my problem is that i can't get any configuration settings. I recommend you try

[EMAIL PROTECTED] Request Filter

2008-06-03 Thread living liquid | Christian Meisinger
i try to write a filter which can block request. i copied and modified mod_authn_dbd which has already some SQL stuff. my problem is that i can't get any configuration settings. WHATEVERRequestConfig->ipCheck should be a string to a SQL query. WHATEVERIPCheckPrepare() is called. however in WHATE