I recently started using Ubuntu 16.04
I'm following this tutorial to install LAMP.
sudo apt-get install apache2
After encountering several errors, I noticed that the package is coming without the apache configuration file , apache2.conf
.
What am I doing wrong?
Below, I put the output of the command sudo apache2ctl configtest
user@host:/$ sudo apache2ctl configtest
[sudo] password for user:
/usr/sbin/apache2ctl: 165: /usr/sbin/apache2ctl: /usr/sbin/apache2: not found
Action 'configtest' failed.
The Apache error log may have more information.