Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

403
Visualizações
Mac OS Catalina webserver error : Forbidden You don't have permission to access this resource

I have a problem with my localhost under mac OS Catalina; here is my error obtained, I followed this tutorial https://www.youtube.com/watch?v=hVHFPzjp064 for the procedure to properly configure my local server, if you can help me solve this problem, maybe it is a security on new macs.

My error:

Forbidden
You don't have permission to access this resource.

I thank you in advance

over 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

The issue is that the php module is disabled in Catalina. You have to enable it in /etc/apache2/httpd.conf. Follow these steps.

  1. Open Terminal and type sudo nano /etc/apache2/httpd.conf. Enter password when prompted.
  2. Find #LoadModule php7_module libexec/apache2/libphp7.so and uncomment it (delete the leading #)
  3. To make Apache use index.php first,

scroll down and find the following

<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>

change to

<IfModule dir_module>
    DirectoryIndex index.php index.html
</IfModule>
  1. Press Control + X then Y to save changes. Press enter when prompted for filename
  2. Restart apache by typing sudo apachectl restart

Now your site root should work since php is enabled.

over 4 years ago · Santiago Trujillo Relatório

0

Quick note to say that the httpd.conf is exactly the same in Big Sur, so the same changes as above need to be applied.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda