Is your e3000 Environment Secure? Homestead security

page 59April 24, 2003
Is Your Homestead Secure? - Solution Symposium West
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