解決できました。
・やってみたこと
# uncomment this to log all writes to /dev/console to /var/log/console.log
# touch /var/log/console.log and chmod it to mode 600 before it will work
console.info /var/log/console.log
/etc/syslog.confにて上記を実施

再起動後/var/log/console.logに原因が描かれていました。
Feb 22 02:35:03 **** kernel: Performing sanity check on apache24 configuration:
Feb 22 02:35:03 **** kernel: AH00526: Syntax error on line 141 of /usr/local/etc/apache24/httpd.conf:
Feb 22 02:35:03 **** kernel: ModSecurity: Failed to open the audit log file: /md/tmp/apache2-audit.log

原因は/md/tmp/apache2-audit.logへの書き込み権限がありませんでした