I am trying to install lamp on ubuntu 14.04 LTS. After installing, I did
sudo su
/opt/lampp/lampp start
It gives me this error :
Starting XAMPP for Linux 5.6.8-0... XAMPP: Starting Apache...fail. XAMPP: Another web server is already running. XAMPP: Starting mySQL...ok.
How do I make Apache work and what could be that another web server already running?
Do
~$ sudo /etc/init.d/apache2 stop
and then
$ sudo /opt/lampp/lampp start