Forum Moderators: phranque
In conjunction with mod_auth and mod_access, a check using mod_rewrite or setenvif for a "logged in" session cookie to set an environment variable, may enable you to by-pass the Apache login.
You may find a better way based on the info your login script maintains, but the "Satisfy any" is the key to bypassing the mod_auth/mod_access login.
Jim