[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Password Protect Utility



> Can anyone recommend a secure, easy to use script that we can
> install on RaQ
> 2, 3, and 4 servers that allows customers to password protect the
> web enabled
> directory the script is located in/running from?
>
> We dont want to be doing this manually all the time and wondered
> if there is
> something out there that the user can upload and run to do this
> themselves.
> Of course it needs to be totally web secure and allow them to
> re-access it
> and make changes, additions, deletions.
>

I set up Htpasswd Password Manager http://www.cgi-factory.com/ for a
client's site on a RaQ2.
Ideally the .htpasswd directory would be located above the /web directory.
$passfile="/home/sites/site#/.htpasswd";
--
Dan Kriwitsky