Re: Managing web access

2002-02-07 Thread Anthony E. Greene
On Wed, 6 Feb 2002, Tomas Garcia Ferrari wrote: >My question is how to manage the 'htpasswd' file. I could write some perl >scripts to do it, but I feel like re-inventing the wheel... See the Apache::Htpasswd module on CPAN. Tony -- Anthony E. Greene <[EMAIL PROTECTED]>

Managing web access

2002-02-06 Thread Tomas Garcia Ferrari
Hello, I'm searching for some way of managing web access. I'm using apache and I follow the instructions in the page <http://httpd.apache.org/docs/howto/auth.html> to do it using mod_auth_dbm. My question is how to manage the 'htpasswd' file. I could write some perl sc