This directive must be accompanied by AuthName, AuthType, and AuthGroupFile directives in order for user authentication to work properly.
AuthUserFile path
path
is the absolute path of a user file created with the
htpasswd
support program.
AuthUserFile /usr/local/etc/httpd/conf/.htpasswd
Sets the authorization user file for this directory to
/usr/local/etc/httpd/conf/.htpasswd
.
Return to access configuration overview
httpd@ncsa.uiuc.edu