Autenticação básica não funciona no Apache 2.4

2

Eu sei que parece uma tarefa simples e eu fiz isso muitas vezes para o Apache 2.0-2.2, mas na configuração 2.4 não funciona. Estou tentando configurar a autenticação básica para diretiry:

<Directory /var/www/html/docs>
    AuthType Basic
    AuthName Documents
    AuthBasicProvider file
    AuthUserFile /etc/apache2/.iRedMail
    Require valid-user
</Directory>

Registre os arquivos quando eu abro e insiro a senha correta:

[Sun Aug 17 10:51:17.817681 2014] [authz_core:debug] [pid 14318] mod_authz_core.c(802): [client 37.229.191.182:52066] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Sun Aug 17 10:51:17.818377 2014] [authz_core:debug] [pid 14318] mod_authz_core.c(802): [client 37.229.191.182:52066] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Sun Aug 17 10:51:25.902938 2014] [authz_core:debug] [pid 14357] mod_authz_core.c(802): [client 37.229.191.182:52072] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Sun Aug 17 10:51:25.903656 2014] [authz_core:debug] [pid 14357] mod_authz_core.c(802): [client 37.229.191.182:52072] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Sun Aug 17 10:51:25.904830 2014] [:error] [pid 14357] No requires line available

Passei mais de 3 horas para entender o que estou fazendo de errado. Por favor ajude.

    
por user3599934 17.08.2014 / 10:45

0 respostas