1
I recently started using Ubuntu 16.04
I’m following this tutorial to install the LAMP.
sudo apt-get install apache2
After encountering several errors, I realized that the package is coming without the apache configuration file,apache2.conf
.
What am I doing wrong?
Below, I put out 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.
For future query, I only managed to solve this problem by formatting the system and reinstalling Ubuntu.
– rbenvenuto