Search code examples
phplinuxapacheshellxampp

Unable to start XAMPP properly


I am facing the below issue while starting the xampp on linux box. I am able to start the mysql and proFPD but i couldn't satrt the apache. It showing another webserver is already running.

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


Solution

  • Seems like you have httpd daemon running already.

    Go to terminal and type service httpd stop

    Then try starting XAMPP