Is Your e3000 Environment Secure? - by Mark Bixby

Is Your e3000 Environment Secure? - HPWorld 2003 page 59August 14, 2003
Apache – basic user/password
authentication
§Module mod_auth
– http://httpd.apache.org/docs/mod/mod_auth.html
§Web browser prompts for user & password which is
authenticated against a simple Apache text file created
by the htpasswd utility
AuthType Basic
AuthName "Restricted Directory"
AuthUserFile /path/to/htpasswd/file
Require valid-user