我最近运行了apt 升级,虽然一切看起来都很好,但现在当我尝试运行 apache2 时,我遇到了以下问题,
\n$ sudo systemctl start apache2\nJob for apache2.service failed because the control process exited with error code.\nSee "systemctl status apache2.service" and "journalctl -xe" for details.\nRun Code Online (Sandbox Code Playgroud)\n$ systemctl status apache2\n\xe2\x97\x8f apache2.service - The Apache HTTP Server\n Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)\n Active: failed (Result: exit-code) since Thu 2022-02-10 13:35:40 PST; 30s ago\n Docs: https://httpd.apache.org/docs/2.4/\n Process: 6919 ExecStart=/usr/sbin/apachectl start (code=exited, status=139)\n\nFeb 10 13:35:39 Mythbox systemd[1]: Starting The Apache HTTP Server...\nFeb 10 13:35:40 Mythbox …Run Code Online (Sandbox Code Playgroud) apache2 ×1