On Sun, 24 Dec 2006 03:55:47 -0800
"Gregor Schneider" <[EMAIL PROTECTED]> wrote:

> nope. you could create a memory-realm for tomcat, however, you'll need
> a mysql-db for apache (mod_auth_cookie_mysql).

Erm - auth, mysql and cookie should be at least three modules.
Putting it all in one breaks modularity, and leads to unwanted
dependencies like needing mysql (a huge overhead if you're not
already using it).

I expect you'd get the same with mod_auth_basic, mod_authn_dbd,
mod_auth_cookie, and mod_authz_dbd.  Or your choice of a wide
range of alternatives in any of those roles.


-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to