Search code examples
xampplampkali-linux

another web server is already running and unable to run Apache2


I am using Kali linux

I am unable to run Apache2, i tried so many ways to fix it .., i successful installed xampp and apache2 but dont know why apache not running, mysql and proFTD is running

When i run code to to check the status of apache in lampp it show that another web server is already running.


Solution

  • (another web server already runing)

    write this code in terminal

    /opt/lampp/xampp disablessl
    

    then check for the apache

    sudo /opt/lampp/xampp start
    
    Starting XAMPP for Linux 7.2.5-0...
    XAMPP: Starting Apache...ok.
    XAMPP: Starting MySQL...already running.
    XAMPP: Starting ProFTPD...already running.