japhy has asked for the wisdom of the Perl Monks concerning the following question:
Is there some Apache:: module for doing what htpasswd does?
I guess what I could do is use my own authentication module so I don't have to use htpasswd.exe...
... where Apache::AcaciaPasswd does its own thing. Is that probably the easiest solution?<Directory /foo/bar> AuthName "Foo Bar Authentication" AuthType Basic PerlAuthenHandler Apache::AcaciaPasswd require valid-user </Directory>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (OT) Is there some Apache:: module for htpasswd work?
by matthewb (Curate) on Feb 18, 2004 at 05:07 UTC | |
|
Re: (OT) Is there some Apache:: module for htpasswd work?
by b10m (Vicar) on Feb 18, 2004 at 14:01 UTC | |
|
Re: (OT) Is there some Apache:: module for htpasswd work?
by greenFox (Vicar) on Feb 19, 2004 at 03:44 UTC | |
|
Re: (OT) Is there some Apache:: module for htpasswd work?
by japhy (Canon) on Feb 19, 2004 at 04:33 UTC |