chaned to
apache2.4:2.4.16:
run
./build apache
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.16'
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Enabling httpd in systemd...
AH00526: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf:
Invalid command 'ProtocolsHonorOrder', perhaps misspelled or defined by a module not included in the server configuration
****
AH00526: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf:
Invalid command 'ProtocolsHonorOrder', perhaps misspelled or defined by a module not included in the server configuration
****
/etc/systemd/system/httpd.service has NOT been installed because of no HAVE_SYSTEMD in the otuput!!
****
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using 1xx.2xx.232.1xx for your server IP
Restarting apache.
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@svr1 custombuild]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/etc/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-10-06 12:52:06 BST; 8s ago
Process: 24182 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 24180 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 24180 (code=exited, status=1/FAILURE)
Oct 06 12:52:06 svr1.web.com systemd[1]: Starting The Apache HTTP Server...
Oct 06 12:52:06 svr1.web.com httpd[24180]: AH00526: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpm...conf:
Oct 06 12:52:06 svr1.web.com httpd[24180]: Invalid command 'ProtocolsHonorOrder', perhaps misspelled or define...ation
Oct 06 12:52:06 svr1.web.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Oct 06 12:52:06 svr1.web.com kill[24182]: kill: cannot find process ""
Oct 06 12:52:06 svr1.web.com systemd[1]: httpd.service: control process exited, code=exited status=1
Oct 06 12:52:06 svr1.web.com systemd[1]: Failed to start The Apache HTTP Server.
Oct 06 12:52:06 svr1.web.com systemd[1]: Unit httpd.service entered failed state.
Oct 06 12:52:06 svr1.web.com systemd[1]: httpd.service failed.
output
/etc/httpd/conf/extra/httpd-phpmodules.conf
ProtocolsHonorOrder On
Protocols h2 h2c http/1.1
LoadModule systemd_module /usr/lib/apache/mod_systemd.so
LoadModule mpm_event_module /usr/lib/apache/mod_mpm_event.so
Now apache Stopped Phil