Is there any way to tell Apache2 to prompt for username and password
when it sees a .htaccess file in a directory?
At the moment, I need to define the directory in the following
fashion in Apache2 conf file but it becomes a problem as I have
thousands of directories that needs .htaccess file passw
I need to create a local user for apache authentication. That's on top of the
.htaccess authentication that is already done via LDAP.
I have created a .htpasswd file but in error_log I can see it's trying LDAP
lookup: [mod_auth_ldap.c (815) ] - no user found for: joe
I tried adding the location