By geertklaucke
Since my memory was constantly running full, I had to create a swapspace. After the reboot, my server is suddenly giving me a 403 on Apache.
What can I verify: /var/www (and all underneath) = www-data:www-data They have the proper CHMOD setting (755, or else where needed inside the /var/www folder and “below”)
Is there anything else I can check to get this back up and running? This is really frustrating.
In my project window from DO I also get: Not receiving metric data. Last working 2 hours ago
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
403 is a permission issue and it could be many things (ex: from ModSecurity to file permissions). Your best bet is to look at Apache’s error log. Run httpd -V like this and it will show you where the error_log is:
<snip> -D HTTPD_ROOT=“/etc/httpd” <snip> -D DEFAULT_ERRORLOG=“logs/error_log”
And then review the log entries to understand why it’s happening.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.