I've installed Xampp 5.6.11-0 in Ubuntu 14.04 OS. Then few days ago I install and configure apache subversion.
Now, when i try to run xampp via terminal (with command : sudo /opt/lampp/lampp start), the xampp failed to run and it shows following message in terminal :
Starting XAMPP for Linux 5.6.11-0...
XAMPP: Starting Apache...fail.
XAMPP: Another web server is already running.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...fail.
XAMPP: Another FTP daemon is already running.
When i visit localhost
in my browser, it display "Apache 2 Ubuntu default page".
How can i run my Xampp again? Is there any missed configuration?
Any help/clue would be greatly appreciated.