Hi all, I have installed the SSL cert as per digital ocean’s tutorial.
However I am not able to access my site and it’s currently returning error 500.
Below are the only error that I found on my logs: [Thu Jul 28 07:40:11.803247 2022] [access_compat:error] [pid 49387] [client 121.103.225.127:40956] AH01797: client denied by server configuration: /var/www/wordpress/external.php
Would greatly appreciate it, if anyone could guide me to the right direction.
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!
Hi there,
I believe that you would need to add the following to your Apache virtual host:
<Directory "/var/www/wordpress">
Order allow,deny
Allow from all
Require all granted
</Directory>
After that make sure to run a config test with sudo apachectl -t and if you get Syntax OK, then restart apache with sudo systemctl restart apache2.
Let me know how it goes!
Best,
Bobby
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.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.