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

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

python - mayavi mapping a discrete colorbar on a surface -

class - Kivy: how to instantiate a dynamic classes in python -