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?
You've already got a web server running on port
80. I see three viable choices:XAMPP'sversion of Apache to a different port.httpdis running on port80to another port (or remove it)lamp-server^(a real production stack) and stop messing around with XAMPP (which is really just a toy for Windows developers)