i need Help (start httpd)

Discussion in 'Installation/Configuration' started by XIT07, Apr 25, 2020.

  1. XIT07

    XIT07 New Member

    [​IMG]

    Code:
    ● httpd.service - The Apache HTTP Server
       Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
       Active: failed (Result: exit-code) since Sat 2020-04-25 06:19:19 UTC; 6min ago
         Docs: man:httpd(8)
               man:apachectl(8)
      Process: 8730 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
      Process: 8728 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
     Main PID: 8728 (code=exited, status=1/FAILURE)
    
    Apr 25 06:19:19 server1.mydomain.com systemd[1]: Starting The Apache HTTP Server...
    Apr 25 06:19:19 server1.mydomain.com httpd[8728]: httpd: Syntax error on line 353 of /etc/httpd/conf/http...tory
    Apr 25 06:19:19 server1.mydomain.com systemd[1]: httpd.service: main process exited, code=exited, status=...LURE
    Apr 25 06:19:19 server1.mydomain.com kill[8730]: kill: cannot find process ""
    Apr 25 06:19:19 server1.mydomain.com systemd[1]: httpd.service: control process exited, code=exited status=1
    Apr 25 06:19:19 server1.mydomain.com systemd[1]: Failed to start The Apache HTTP Server.
    Apr 25 06:19:19 server1.mydomain.com systemd[1]: Unit httpd.service entered failed state.
    Apr 25 06:19:19 server1.mydomain.com systemd[1]: httpd.service failed.
    Hint: Some lines were ellipsized, use -l to show in full.
    
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Can you find out what Operating System is running on that host?
    Reading the stuff you posted, it says there is syntax error on line 353. This is probably the cause of failure. Have you modified that file? What is on that line?
     

Share This Page