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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
I believe that you would need to add the following to your Apache virtual host:
After that make sure to run a config test with
sudo apachectl -t
and if you getSyntax OK
, then restart apache withsudo systemctl restart apache2
.Let me know how it goes!
Best,
Bobby