apache - Debian7 上的 XAMPP 启动 Apache 失败

标签 apache xampp debian

我安装 在我的 debian 7 上,当我尝试启动它时,我收到一条错误消息 start apache fail , 我使用 ps -A 来显示我是否运行了另一个 Web 服务,但我失败了。
如何解决这个问题?

/opt/lampp/lampp start

Starting XAMPP for Linux 1.8.2-2...

XAMPP: Starting Apache...fail.

XAMPP: Another web server is already running.

XAMPP: Starting MySQL...ok.

XAMPP: Starting ProFTPD...ok.

最佳答案

当 debian 7 重启时,它会启动 apache2。
所以你应该先停止它,而不是尝试启动 xampp。

/etc/init.d/apache2 stop
/opt/lampp/lampp restart
这也许可行。试试吧。

关于apache - Debian7 上的 XAMPP 启动 Apache 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19533439/

相关文章:

http - 什么是 httpd <defunct>?

java - Apache Mahout K-means 聚类简介

php - 如何设置 Node.js、PHP 和 MySQL 的开发环境

apache - mod_rewrite 更改查询字符串参数名称

php -/php_intl.h :33:10: fatal error: 'unicode/ubrk.h' file not found

Javafx 无法在 Debian8 Arm 设备 NanoPC T3 上运行

shell - ctrl-z 暂停 tmux 内的 vim 不起作用

macos - 启动 "XAMPP"堆栈时出错 : cannot calculate MAC address: signal killed

MySQL 未从 Ubuntu 18.04 LTS 开始

linux - 如何找到使用 TCP 端口的进程?