Freepbx 14 Upgrade - HTTPD not starting

Hi everyone,

I have an older FreePBX 14 box that I just upgraded with yum upgrade and fwconsole ma upgradeall.

Since then, HTTPD server will not start. I run systemctl status httpd.server and receive:

Feb 10 15:14:50 changethispbx systemd[1]: Starting The Apache HTTP Server…
Feb 10 15:14:50 changethispbx httpd[24048]: AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using fe80::5400:1ff:fec3:51c. Set the ‘ServerName’ directive globally to suppress this message
Feb 10 15:14:50 changethispbx httpd[24048]: no listening sockets available, shutting down
Feb 10 15:14:50 changethispbx httpd[24048]: AH00015: Unable to open logs
Feb 10 15:14:50 changethispbx systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Feb 10 15:14:50 changethispbx systemd[1]: Failed to start The Apache HTTP Server.
Feb 10 15:14:50 changethispbx systemd[1]: Unit httpd.service entered failed state.
Feb 10 15:14:50 changethispbx systemd[1]: httpd.service failed.

I believe the config is OK:

service httpd configtest

AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using fe80::5400:1ff:fec3:51c. Set the ‘ServerName’ directive globally to suppress this message
Syntax OK

netstat -npl | grep 80

tcp6 0 0 :::8003 :::* LISTEN 15483/node /var/www
tcp6 0 0 :::8088 :::* LISTEN 1760/asterisk
tcp6 0 0 :::8089 :::* LISTEN 1760/asterisk
tcp6 0 0 :::8001 :::* LISTEN 15483/node /var/www
unix 2 [ ACC ] STREAM LISTENING 19780 1261/master private/anvil

Nothing seems to be running on port 80 (and apache isn’t starting). Things that stand out to me are it is using an ipv6 address fe80::5400:1ff:fec3:51c instead of ipv4. This is a cloud instance with no ipv6. I have searched the forums and other sources but I am unable to get this resolved. Could someone point me in the right direction?

Thanks for any help!

Also, error_log:

[Wed Feb 09 21:27:28.565386 2022] [lbmethod_heartbeat:notice] [pid 3325] AH02282: No slotmem from mod_heartmonitor
[Wed Feb 09 21:27:29.204891 2022] [mpm_prefork:notice] [pid 3325] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 configured – resuming normal operations
[Wed Feb 09 21:27:29.204962 2022] [core:notice] [pid 3325] AH00094: Command line: ‘/usr/sbin/httpd -D FOREGROUND’
[Wed Feb 09 21:33:39.760200 2022] [mpm_prefork:notice] [pid 3325] AH00173: SIGHUP received. Attempting to restart
AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using fe80::5400:1ff:fec3:51c. Set the ‘ServerName’ directive globally to suppress this message
[Wed Feb 09 21:33:39.966564 2022] [mpm_prefork:alert] [pid 3325] no listening sockets available, shutting down
[Wed Feb 09 21:33:39.966595 2022] [:emerg] [pid 3325] AH00019: Unable to open logs, exiting
[Wed Feb 09 21:47:31.587361 2022] [mime:error] [pid 5038] (2)No such file or directory: AH01597: could not open mime types config file /etc/httpd/conf/mime.types.
AH00016: Configuration Failed

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.