我使用 Fedora 35 并尝试重新启动 httpd 服务,但它一直显示错误。我已经到处寻找解决方案,但似乎没有一个有效。
阿帕奇版本
[root@fedora icaro]# httpd -v
Server version: Apache/2.4.52 (Fedora Linux)
Server built: Dec 22 2021 00:00:00
这是我的终端的输出
systemctl 启动 httpd
[root@fedora icaro]# systemctl start httpd
Job for httpd.service failed because the service did not take the steps required by its unit configuration.
See "systemctl status httpd.service" and "journalctl -xeu httpd.service" for details.
systemctl 状态 httpd.service
[root@fedora icaro]# systemctl status httpd.service
× httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: failed (Result: protocol) since Thu 2022-01-27 13:14:27 -03; 3min 6s ago
Docs: man:httpd.service(8)
Process: 13888 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=0/SUCCESS)
Main PID: 13888 (code=exited, status=0/SUCCESS)
Status: "Reading configuration..."
CPU: 305ms
jan 27 13:14:26 fedora systemd[1]: Starting The Apache HTTP Server...
jan 27 13:14:27 fedora httpd[13888]: httpd (pid 4826) already running
jan 27 13:14:27 fedora systemd[1]: httpd.service: Failed with result 'protocol'.
jan 27 13:14:27 fedora systemd[1]: Failed to start The Apache HTTP Server.
Journalctl -xeu httpd.service
[root@fedora icaro]# journalctl -xeu httpd.service
jan 27 13:14:26 fedora systemd[1]: Starting The Apache HTTP Server...
░░ Subject: Unidade httpd.service sendo iniciado
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A unidade httpd.service está sendo iniciada.
jan 27 13:14:27 fedora httpd[13888]: httpd (pid 4826) already running
jan 27 13:14:27 fedora systemd[1]: httpd.service: Failed with result 'protocol'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit httpd.service has entered the 'failed' state with result 'protocol'.
jan 27 13:14:27 fedora systemd[1]: Failed to start The Apache HTTP Server.
░░ Subject: A unidade httpd.service falhou
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A unidade httpd.service falhou.
░░
░░ O resultado é failed.
如前所述,我到处寻找,但没有任何效果。请帮我。
更新
SS-平底船| grep -E ":80|:443"
[root@fedora ~]# ss -punt | grep -E ":80|:443"
tcp ESTAB 0 0 192.168.1.10:50250 52.89.17.198:443 users:(("GeckoMain",pid=3464,fd=64))
tcp ESTAB 0 0 192.168.1.10:55224 151.101.1.69:443 users:(("GeckoMain",pid=3464,fd=108))
tcp CLOSE-WAIT 1 0 192.168.1.10:47796 34.120.208.123:443 users:(("chrome-gnome-sh",pid=3794,fd=139))
tcp ESTAB 0 0 192.168.1.10:41316 198.252.206.25:443 users:(("GeckoMain",pid=3464,fd=159))
tcp ESTAB 0 0 192.168.1.10:47910 34.120.208.123:443 users:(("GeckoMain",pid=3464,fd=161))
tcp ESTAB 0 0 192.168.1.10:44920 108.139.113.74:443 users:(("GeckoMain",pid=3464,fd=163))
tcp CLOSE-WAIT 0 0 [2804:29b8:5073:143b:fdd4:6254:be11:d6f6]:44528 [2600:1f1e:fa1:6501:3e3a:64bc:f0b8:a6e6]:443 users:(("chrome-gnome-sh",pid=3794,fd=172))