HTTPD - Proibido

0

Configurando o Apache httpd (versão estável mais recente) em um mac (Mavericks OS). Navegar para 127.0.0.1 quando o servidor está ativo resulta em 403 Forbidden. Qualquer ajuda é apreciada.

link

DocumentRoot "/Users/paul/Sites/"

$ APACHE_HOME / users / paul.conf

<Directory "/Users/Paul/Sites/">
Options Indexes Multiviews
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
</Directory>

Nada aparente no log de erros

[Sat Sep 13 18:31:31 2014] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
Warning: DocumentRoot [/usr/docs/dummy-host.example.com] does not exist
Warning: DocumentRoot [/usr/docs/dummy-host2.example.com] does not exist
httpd: Could not reliably determine the server's fully qualified domain name, using Foo.local for ServerName
[Sat Sep 13 18:31:31 2014] [notice] Digest: generating secret for digest authentication ...
[Sat Sep 13 18:31:31 2014] [notice] Digest: done
[Sat Sep 13 18:31:31 2014] [notice] Apache/2.2.26 (Unix) PHP/5.4.24 DAV/2 mod_ssl/2.2.26 OpenSSL/0.9.8y mod_perl/2.0.7 Perl/v5.16.2 configured -- resuming normal operationFoo
    
por AfterWorkGuinness 14.09.2014 / 00:39

1 resposta

0

Postou isso um pouco cedo demais.

Solução:

  1. eu mudei a raiz do documento em httpd.conf para algum outro diretório - entendi mal algum tutorial
  2. de acordo com o link Eu editei o arquivo vhosts.
por 14.09.2014 / 00:56

Tags