I am running Ubuntu 17.10 and I'm working with Apache developing websites locally.
Until today it worked fine but after updating Ubuntu via software and update, Apache is not working. I try to start the service but it wont start. Beside this, when typing Apache2 on terminal, I get the follow line:
[Thu Nov 16 10:45:21.428052 2017] [core:warn] [pid 3509] AH00111: Config variable ${APACHE_RUN_DIR} is not defined
apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot
How can I fix this?