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
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