php - Unable to start XAMPP properly -
When I started xampp on linux box I am facing down problem. I am able to start mysql and proFPD, but I could not separate Apache. It is showing that another webserver is already running.
XAMPP : Apache is failing XAMPP : another web server is already running XAMPP : MySQL Getting started is already running. XAMPP : ProFTPD is starting.
Looks like you have running the httpd daemon already.
Go to the terminal and type service httpd stop
, then try starting XAMPP
Comments
Post a Comment