Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

331
Vistas
Forbidden(403) permission access error on Apache2.4 on windows machine

I am running my Django app on Apache2.4.38. I have given all the necessary parameters and access to the Apache server. Still, I am receiving a 403 error when I try to access the Application URL.

httpd-vhosts.conf:

Listen 8084
WSGIPythonPath "D:/WebAttendance/"
<VirtualHost *:8084>

 SSLEngine on
 SSLCertificateFile "D:/Desktop/Python/WebAttendance/certs/development.crt"
 SSLCertificateKeyFile "D:/Desktop/Python/WebAttendance/certs/development.key"

    WSGIScriptAlias / "D:/Desktop/Python/WebAttendance/WebAttendance/wsgi.py"
 DocumentRoot "D:/Desktop/Python/WebAttendance"

    <Directory "D:/Desktop/Python/WebAttendance/">
     <Files wsgi.py>
         AllowOverride All
         Require all granted
     </Files>
    </Directory>

    <Directory "D:/Desktop/Python/WebAttendance/home/static/">
 Require all granted
 </Directory>
    Alias /static "D:/Desktop/Python/WebAttendance/home/static"

    ErrorLog "D:/Desktop/Python/WebAttendance/log/error.log"
 CustomLog "D:/Desktop/Python/WebAttendance/log/access.log" common
</VirtualHost>

Error:

Forbidden You don't have permission to access / on this server.

over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda