Ad Widget

Collapse

Unable to start HTTPD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jyothi.nori@gmail.com
    Junior Member
    • Sep 2020
    • 4

    #1

    Unable to start HTTPD

    [root@hylzab01 ~]# systemctl start httpd
    Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
    [root@hylzab01 ~]# systemctl enable httpd
    [root@hylzab01 ~]# systemctl start httpd
    Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
    [root@hylzab01 ~]# systemctl status httpd
    ● httpd.service - The Apache HTTP Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Wed 2020-09-09 13:22:38 IST; 7s ago
    Docs: man:httpd(8)
    man:apachectl(8)
    Process: 13940 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
    Process: 13937 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
    Main PID: 13937 (code=exited, status=1/FAILURE)

    Sep 09 13:22:38 hylzab01 systemd[1]: Starting The Apache HTTP Server...
    Sep 09 13:22:38 hylzab01 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
    Sep 09 13:22:38 hylzab01 kill[13940]: kill: cannot find process ""
    Sep 09 13:22:38 hylzab01 systemd[1]: httpd.service: control process exited, code=exited status=1
    Sep 09 13:22:38 hylzab01 systemd[1]: Failed to start The Apache HTTP Server.
    Sep 09 13:22:38 hylzab01 systemd[1]: Unit httpd.service entered failed state.
    Sep 09 13:22:38 hylzab01 systemd[1]: httpd.service failed.
    [root@hylzab01 ~]#


    can someone please help me in resolving above issue ? its urgent
  • halldorg
    Junior Member
    • Sep 2020
    • 5

    #2
    Could be config mistake
    try
    apachectl configtest

    Comment

    • jyothi.nori@gmail.com
      Junior Member
      • Sep 2020
      • 4

      #3
      [root@hylzab01 ~]# apachectl configtest
      Syntax OK
      [root@hylzab01 ~]#

      Now, am able to access the webpage using the IP address as below. but http:\\ipaddress\zabbix throws error saying URL not found.
      '
      can someone please help me on priority.

      Comment

      • tim.mooney
        Senior Member
        • Dec 2012
        • 1427

        #4
        Originally posted by [email protected]
        http:\\ipaddress\zabbix throws error saying URL not found.
        You understand that backslashes like that are typically not valid in a URL, correct? Maybe you want to try the correct format for the URL.

        Comment

        Working...