Question
Trying to set up a reverse proxy, apache errors and does not start
I’m trying to set up a reverse proxy on my droplet, following this tutorial step by step -
https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-18-04-server
i’m on the “change listening ports step” and whenever i try to reload apache - i get error message that it is not even active.
When i try to start apache with - sudo systemctl start apache2.service
i’m told that “job for apache2.service failed because the control process exited with error code.
When i do
systemctl status apache2.service jounralctl -xe
to find out what’s wrong i get "syntax error on line 150” - which i have not touched i guess at all? I guess it’s a relatively easy fix but i have not found any comment about it..
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.
×