Top ".htpasswd" questions

.htpasswd is a flat-file used to store usernames and password for basic authentication of Apache HTTP Server.

Verify user and password against a file created by htpasswd

Is there a way, from the command line, to check a user and password against a file created by htpasswd, …

apache .htpasswd
AuthUserFile not working, what could be wrong?

I'm using CentOS and I switched servers last night. I'm having a problem with the AuthUserFile file. I always get …

authentication centos httpd.conf .htpasswd
REMOTE_USER and PHP_AUTH_USER sometimes empty

I've been working on this site that is supposed to use HTTP Basic Authentication with htpasswd. The authentication itself works …

php .htpasswd
basic auth does not work in apache 2.4

httpd.conf LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_core_module modules/mod_authn_core.so …

.htaccess authentication apache2 .htpasswd
htaccess gives 500 - Internal Server Error

I am protecting a html file with htaccess and htpasswd. When I try accessing it, after putting both user and …

.htaccess internal-server-error .htpasswd
Proper .htpasswd usage

Assuming a small (pages < 5) site, what is the proper usage of .htaccess and .htpassword? I recently watched a tutorial …

apache .htaccess .htpasswd
.htaccess basic auth by virtual host?

I was wondering if it was possible to setup a conditional http basic auth requirement based on the virtual host …

apache .htaccess basic-authentication .htpasswd
403 forbidden - Nginx - using correct credentials

I am trying to password protect a directory on my Nginx powered site that contains things like phpMyAdmin, MemcacheMyAdmin, and …

nginx http-status-code-403 .htpasswd
Apache htpasswd secure password change

My question is simple. How to allow users to change their passwords stored in some htpasswd file in linux without …

apache bash .htpasswd
password protect website with .htaccess and .htpasswd - error - "Could not open password file:"

We have Plesk site builder through our webhosting with Charter. Using it to create a simple development website. I am …

apache .htaccess password-protection plesk .htpasswd