in reply to (OT) Is there some Apache:: module for htpasswd work?
What's cool is that now I can make my own "require" statements.
where "deny" ensures the user is not one of the given users, and a username starting with "~" is treated like a regex done on the username. Yay Apache! Yay mod_perl!<Directory ...> AuthName "Foo Bar Authentication" AuthType Basic PerlAuthenHandler Apache::AcaciaAuthen require valid-user require deny ~^tmp </Directory>
|
|---|