简体   繁体   English

无法正确启动 XAMPP

[英]Unable to start XAMPP properly

I am facing the below issue while starting the xampp on linux box.在 linux 机器上启动 xampp 时,我面临以下问题。 I am able to start the mysql and proFPD but i couldn't satrt the apache.我能够启动 mysql 和 proFPD,但我无法启动 apache。 It showing another webserver is already running.它显示另一个网络服务器已经在运行。

XAMPP : Starting Apache fail. XAMPP :启动 Apache 失败。 XAMPP : Another web server is already running. XAMPP :另一个 Web 服务器已在运行。 XAMPP : Starting MySQL already running. XAMPP :启动 MySQL 已经在运行。 XAMPP : Starting ProFTPD already running. XAMPP :启动 ProFTPD 已经在运行。

- if you start lampp and are fetching apache starting issue run below
   command

    sudo /etc/init.d/apache2 stop && sudo /opt/lampp/lampp start

Seems like you have httpd daemon running already.似乎您已经运行了 httpd 守护程序。

Go to terminal and type service httpd stop转到终端并输入service httpd stop

Then try starting XAMPP然后尝试启动 XAMPP

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM