On Sun, Jul 20, 2014 at 6:24 AM, Mark jensen <ngiw2...@hotmail.com> wrote:
>
> - so can apache do a sql query to this DB and if the IP of the user is found 
> in this DB, don't ask him for the authentication?
> - Or can apache authenticate the user by it self if it finds the IP  of the 
> user in the DB?

No, because any normal basic auth module will prompt the user immediately.
This would require developing a new module that suppresses or mocks
basic auth and is DB aware.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to