Apache: access to /dir failed, reason: require directives present and no Authoritative handler
Apache: access to /dir failed, reason: require directives present and no Authoritative handlerThe above Apache error will be encountered by the user when
AuthType Basic directive is used in httpd.conf (or .htaccess).
The solution is to add/uncoment the following line in Apache's configuration file (if compiled with it):
Code:
LoadModule authz_user_module modules/mod_authz_user.so