我用Ubuntu 18.04安装XAMPP并获得了
XAMPP: Another web server is already running.
并且无法运行Apache服务器。
经过一些研究我试过
使用xampp restart
sudo /etc/init.d/apache2 stop
它确实说已停止
我没有安装Virtual Box
[编辑]
在netstat -tuplen
的建议之后
这是我得到的
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 121 23365 1031/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 23258 1014/nginx: master
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 101 20354 561/systemd-resolve
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 22965 780/cupsd
tcp6 0 0 :::80 :::* LISTEN 0 23259 1014/nginx: master
tcp6 0 0 ::1:631 :::* LISTEN 0 22964 780/cupsd
udp 41472 0 127.0.0.53:53 0.0.0.0:* 101 20353 561/systemd-resolve
udp 0 0 0.0.0.0:68 0.0.0.0:* 0 28781 1301/dhclient
udp 0 0 0.0.0.0:41584 0.0.0.0:* 115 25049 795/avahi-daemon: r
udp 0 0 0.0.0.0:631 0.0.0.0:* 0 24055 939/cups-browsed
udp 52602 0 0.0.0.0:5353 0.0.0.0:* 115 25047 795/avahi-daemon: r
udp6 0 0 :::53734 :::* 115 25050 795/avahi-daemon: r
udp6 29223 0 :::5353 :::* 115 25048 795/avahi-daemon: r
答案 0 :(得分:1)
按service nginx stop
或ps -ef | grep nginx
终止或停止所有nginx流程。
然后启动apache服务,如果不工作,然后从配置文件更改apache的默认侦听端口。