I'm using an XAMPP Apache server and every time I go onto this specific page on my local/test site it comes up with this error message:
503 Service Unavailable error message
Things I've done to try and fix the issue:
- I've tried restarting apache
- I've restarted xampp
- I created a new branch from a fully functioning master branch
- I restarted my pc
Here is what comes out of my error.log file:
[Fri Nov 05 13:12:43.393672 2021] [proxy:error] [pid 2632:tid 1860] (OS 10061)No connection could be made because the target machine actively refused it. : AH00957: AJP: attempt to connect to 127.0.0.1:8009 (127.0.0.1) failed
[Fri Nov 05 13:12:43.395690 2021] [proxy_ajp:error] [pid 2632:tid 1860] [client 127.0.0.1:50520] AH00896: failed to make connection to backend: 127.0.0.1
Let me know if there are any more details that need to be provided.