AuthType Basic
AuthName "staging"
AuthUserFile "/etc/httpd/pass/password"
require valid-user
I see this and inside /etc/httpd/pass/password
I see
example1:justanexample
example2:dasd
example3:notatruepass
and none of these credentials works when Apache request an username and password.
According to the manual, try to generate your password file with :