Question
Unable to get /server-status mod working with Apache2 on Ubuntu
I have installed the default WordPress application image from digital ocean. I tried to follow this tutorial but it doesn’t work for me:
If I visit http://<my IP>/server-status I get a 404 page the one and only website I have installed on this server. If I visit http://www.domain.com/service-status I get this:
403
Forbidden
You don't have permission to access /server-status on this server.
How can I get this working?
If I try to visit it from lynx from the local host in the terminal whether I use domain name, IP or 127.0.0.1 or localhost I get 404 not found (weird!).
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.
×
I followed the method below to fix the issue of error 403.
https://jamshaidali.com/how-to-activate-apache-mod_status-and-avoid-error-403-no-permission-and-or-error-404-not-found/