After rebooting apache in my Django app, my static app in another directory is suddenly giving 403 Forbidden errors. The permissions in that directory have not been altered, and it doesn't leave log entries in the access.log file in ~/logs/user/. How do I fix this? asked 03 Jan '12, 06:02 Jawon |
Hi, This is most likely a problem with your static app and not related to your Django app at all. Here are a few things to check:
If you still can't figure it out, please open a ticket so we can take a look at it for you. answered 03 Jan '12, 06:08 todork |