
When I try to start lampp using /opt/lampp/lampp startit says "Another web server is already running"!Solved by running this on terminalsudo netstat -nap | grep :80 You'll see which service is attached to port 80. Get to port number and kill that MF!sudo kill [number] ...