You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Michael Clark <mi...@metaparadigm.com> on 2007/12/22 10:58:52 UTC

[users@httpd] apache 2.2 auth caching ?

Does anyone know of a generic auth caching module that can stack on top 
of any of the other various auth modules?

i.e. I want to be able to do something like this.

AuthCache On
AuthCacheTimeout 10sec
AuthBasicProvider cache:myauthmodule

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.2 auth caching ?

Posted by Nick Owen <no...@wikidsystems.com>.
On Dec 22, 2007 4:58 AM, Michael Clark <mi...@metaparadigm.com> wrote:
> Does anyone know of a generic auth caching module that can stack on top
> of any of the other various auth modules?
>
> i.e. I want to be able to do something like this.
>
> AuthCache On
> AuthCacheTimeout 10sec
> AuthBasicProvider cache:myauthmodule
>

perhaps memcached or dbm?  these are known to work with xradius.

hth,

nick
-- 
-- 
Nick Owen
WiKID Systems, Inc.
404.962.8983
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org