Error:
XAMPP: Starting Apache...fail.
XAMPP: Another web server is already running.

Solution:
Step 1: Run this command
sudo netstat -nap | grep :80

Step 2: Run this command
sudo kill 4777

Step 3: Run this command
sudo /opt/lampp/lampp start









