evewspace / eve-wspace

Wormhole mapping and corporation management for Eve Online.
Apache License 2.0
86 stars 51 forks source link

Static files not being pulled (403 Forbidden) #247

Closed iAddz closed 7 years ago

iAddz commented 8 years ago

Settings.py: http://pastebin.com/tczzpqKW local_settings.py: http://pastebin.com/xqtHAA4L gunicorn: http://pastebin.com/KMsvZPyU apache evewspace.conf: http://pastebin.com/ah6i5uJj

error: http://prntscr.com/aqm193

Set all dirs 777 for testing purposes, still no change. sudo chmod -R 777 /home/

Static files load when using './manage.py runserver 0.0.0.0:8000' and accessing the server from port 8000. Loading site through the apache port 80 still results in forbidden.

marbindrakon commented 8 years ago

What distro are you running this on?

raphendyr commented 7 years ago

Some kind of apache configuration issue. Check supporting config files under /etc/{apache2,htttpd}/conf.d/ or similar paths. Please comment when you or someone finds a fix so I can update the documentation.