HI,
Recently i upgraded Nagios Xi 5.4.13 to Nagios Xi 5.5.2 the installation in RHEL environment is a success but i cant launch the web UI. I checked the status of all services, all are working except HTTP.
$: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 Mon 2018-07-30 10:16:46 EDT; 1s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 32285 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 32283 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 32283 (code=exited, status=1/FAILURE)
Starting The Apache HTTP Server...
httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 150 of /etc/http...IfModule>
httpd.service: main process exited, code=exited, status=1/FAILURE
kill: cannot find process ""
httpd.service: control process exited, code=exited status=1
Failed to start The Apache HTTP Server.
Unit httpd.service entered failed state.
httpd.service failed.
I tried to restart HTTP But no use.
Help me in resolving the issue.
Thanks in advance.
Nagios Upgrade from 5.4.13 to 5.5.2
Nagios Upgrade from 5.4.13 to 5.5.2
You do not have the required permissions to view the files attached to this post.
Last edited by Johnsmit on Mon Jul 30, 2018 10:54 am, edited 1 time in total.
-
YannPingot
- Posts: 14
- Joined: Wed Mar 07, 2018 6:07 am
Re: Nagios Upgrade from 5.4.13 to 5.5.2
Hi John,
It seems that you have errors in your httpd config according to this line, more precisely in a file included from /etc/httpd/conf.d/ folder :
It seems that you have errors in your httpd config according to this line, more precisely in a file included from /etc/httpd/conf.d/ folder :
//YannJul 30 10:16:46 xxx httpd[32283]: httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 150 of /etc/http...IfModule>
Last edited by YannPingot on Tue Jul 31, 2018 2:58 am, edited 1 time in total.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Upgrade from 5.4.13 to 5.5.2
I would agree with the above, please check you /etc/httpd/conf/httpd.conf line 353 for Syntax errorsYannPingot wrote:Hi John,
It seems that you have errors in your httpd config according to this line, more precisely in a file included from /etc/httpd/conf.d/ folder :
//YannJul 30 10:16:46 XXXXXXXXX.XXXXXXXXXX httpd[32283]: httpd: Syntax error on line 353 of /etc/httpd/conf/httpd.conf: Syntax error on line 150 of /etc/http...IfModule>