Hello,
Yesterday I had to reboot my server because nothing was responding. After I reboot it the server I tried to start apache:
httpd -k start
But I check the websites but nothing was loading. After I check the logs I found this:
[Wed Mar 15 12:26:18.346919 2017] [suexec:notice] [pid 1331] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Mar 15 12:26:18.405593 2017] [auth_digest:notice] [pid 1332] AH01757: generating secret for digest authentication ...
[Wed Mar 15 12:26:18.407258 2017] [lbmethod_heartbeat:notice] [pid 1332] AH02282: No slotmem from mod_heartmonitor
[Wed Mar 15 12:26:18.720916 2017] [mpm_prefork:notice] [pid 1332] AH00163: Apache/2.4.6 (Fedora) PHP/5.4.23 configured -- resuming normal operations
[Wed Mar 15 12:26:18.720981 2017] [core:notice] [pid 1332] AH00094: Command line: 'httpd'
I check the syntax:
apachectl configtest
Syntax OK
Any of you have any idea of what is going on?
I'll really appreciate your help.