On Tuesday, 14. January 2003 17:49, Eric Stockbridge wrote: > is there a way to use ACL's with AxKit...for instance, If I want certain > pages or directories to only be accessable by users in an ACL.
Use apache's authentication support. You can use plain Basic authentication (that not so pretty pop-up password dialog you have surely seen already), read the apache manual, module mod_auth for that. It gives you access based on users and/or groups IIRC. Alternatively, you can use the Session plugin for AxKit, which lets you build custom login pages and gives you access control based on users, groups and/or level. Install Apache::AxKit::Plugin::Session and read it's manual for more details. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
