apache - XAMPP : Another web server is already running

标签 apache gitlab lampp

安装gitlab后出现以下错误..

root@Blase:~# sudo /opt/lampp/lampp start
Starting XAMPP for Linux 7.0.9-1...
XAMPP: Starting Apache...fail.
[XAMPP:  Another web server is already running.][1]
XAMPP: Starting MySQL...already running.

我无法访问我的 localhost/phpmyadmin 或任何项目文件夹,因为我被重定向到 Gitlab。

我试图通过运行来查看哪个程序正在使用端口 80:"netstat -tulpn | grep --color :80"我得到了附加图像中显示的输出。
任何帮助家伙?
enter image description here

最佳答案

我不得不停止所有的服务,

$sudo /etc/init.d/apache2 stop

$sudo /etc/init.d/mysql stop

$sudo /etc/init.d/proftpd stop

然后我重新启动了服务器
sudo /opt/lampp/lampp restart

关于apache - XAMPP : Another web server is already running,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40480843/

相关文章:

mysql - 自定义主键

php - 服务器没有获取 css 文件

ruby-on-rails - 在 Rails 中,什么会导致一个用户拥有另一个用户的 session ?

apache mod_fcgid 问题

php - 使用已编译的 PHP 代码为网站提供服务

curl - 在 CentOS 6.5 上安装 GitLab : Curl error

r - GitLab CI 与 r testthat 包

bash - GitLab CI/CD : Trigger pipeline only when a specific file have changed

php - 使用 PHP LAMPP 服务在 Linux 上执行 PHP 脚本

Mysql 服务器无法在 Linux 中的 XAMPP 上启动