and create a .htaccess file with the following
AuthName "restricted stuff"
AuthType Basic
AuthUserFile etc/httpd/users
AuthUserFile /etc/httpd/users You forgot a trailing '/'. I suppose this was just a typo?
require valid-user
*) Check the permissions of that .htaccess file
*) Check the 'AllowOverride' option for the /var/www/html directory in your httpd.conf file.
*) Check the Apache error log.
rgrds,
BArt
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list