Friday, April 1, 2022

[SOLVED] another web server is already running and unable to run Apache2

Issue

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.


Answered By - AFAQUE JAYA
Answer Checked By - Katrina (WPSolving Volunteer)