I've use the code sudo apt-get install apache2
.
After that I've tried to open it and it gave me this
[Thu Jan 26 11:39:14.983776 2017] [core:warn] [pid 13237] AH00111:
Config variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 74 of /etc/apache2/apache2.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
What can I do?
/etc/apache2/apache2.conf
? – Jan 26 '17 at 12:45apache2
. – Dan Jan 26 '17 at 12:46apache2
and got the same error. To run Apache2 use the commandsudo systemctl start apache2.service
. – pa4080 Jan 26 '17 at 12:50