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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -