status httpd.service status=1/FAILURE (failed to start httpd)

Discussion in 'ISPConfig 3 Priority Support' started by Harvey Sharman, Oct 8, 2017.

  1. Dear support @till
    I renewed the SSL certificate today with no issues by using GeoTrust that I always use on one of the ISPConfig but now after restarting the server, I get an error status below...

    Code:
     systemctl status httpd.service
    systemctl status httpd.service
    ● httpd.service - The Apache HTTP Server
       Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
       Active: failed (Result: exit-code) since Sun 2017-10-08 12:41:19 BST; 28s ago
         Docs: man:httpd(8)
               man:apachectl(8)
      Process: 3810 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
      Process: 3808 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
    Main PID: 3808 (code=exited, status=1/FAILURE)
    
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx systemd[1]: Starting The Apache HTTP Server...
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx httpd[6928]: AH00548: NameVirtualHost has no effect and will be removed in the next re...nf:355
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx kill[6930]: kill: cannot find process ""
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx systemd[1]: httpd.service: control process exited, code=exited status=1
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx systemd[1]: Failed to start The Apache HTTP Server.
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx systemd[1]: Unit httpd.service entered failed state.
    Oct 08 13:08:33 xxxxxxxx.xxxxxxx systemd[1]: httpd.service failed.
    Oct 08 13:08:40 xxxxxxxx.xxxxxxx systemd[1]: Unit httpd.service cannot be reloaded because it is inactive.
    
    
    Other services are running e.g. amavisd, dovecot and postfix but cannot start start httpd.

    Harvey Sharman
     
    Last edited: Oct 8, 2017
    Mani9833 likes this.
  2. No panic. Sorted. I found that one of the .key for the SSL files was not included in the /etc/pki/tls/certs/ which provides dovecot certificates.
    Also updated the .pem CA file.

    Thank you
     
    Mani9833 and till like this.

Share This Page