Issue with Apache2 on Ubuntu system
Issue with Apache2 on Ubuntu system
And once more... testing updated PHP versions triggered yet another issue. ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: failed (Result: exit-code) since Sat 2018-09-29 00:07:15 BST; 11s ago Process: 7907 ExecStop=/usr/sbin/apachectl stop (code=exited, status=0/SUCCESS) Process: 7912 ExecStart=/usr/sbin/apachectl start (code=exited, status=139) Main PID: 894 (code=exited, status=0/SUCCESS) Sep 29 00:07:15 Stentorian-Ubuntu systemd[1]: Starting The Apache HTTP Server... Sep 29 00:07:15 Stentorian-Ubuntu apachectl[7912]: AH00558: apache2: Could not reliably determine the server's fully qualified domain Sep 29 00:07:15 Stentorian-Ubuntu apachectl[7912]: Segmentation fault (core dumped) Sep 29 00:07:15 Stentorian-Ubuntu apachectl[7912]: Action 'start' failed. Sep 29 00:07:15 Stentorian-Ubuntu apachectl[7912]: The Apache error log might contain more details. Sep 29 00:07:15 Stentorian-Ubuntu systemd[1]: apache2.service: Control process exited, code=exited status=139 Sep 29 00:07:15 Stentorian-Ubuntu systemd[1]: apache2.service: Failed with result 'exit-code'. Sep 29 00:07:15 Stentorian-Ubuntu systemd[1]: Could not start The Apache HTTP Server. Assistance would be greatly appreciated!
Have you looked into the services running on ports 80 and 443?
I’m sticking with the guide they gave me. I’m not interested in altering anything else. My goal is to find a way to solve my issue. I also turned off Nginx on ports 80 and 443 since they’re conflicting, and I’m using Apache instead, which would make managing port access even more complicated.