Page 1 of 1

Help! This site can’t be reached

Posted: Thu Jun 13, 2019 12:28 pm
by HalimaDiallo
I am having issue with getting into my Nagiosxi admin page please help! I searched on a lot of forums on how to resolve issue. Please see attachment for output

Re: Help! This site can’t be reached

Posted: Thu Jun 13, 2019 3:08 pm
by benjaminsmith
Hi,

Have you checked to see if the Apache web server is running on the system?

Code: Select all

service httpd status
Is the server listening on port 80 and 443. Try connecting by using both https and http.

Code: Select all

netstat -na | egrep "443|80"
If your not able to connect, post the output of the Apache error log.

Code: Select all

tail -n 25 /var/log/httpd/*error_log

Re: Help! This site can’t be reached

Posted: Thu Jun 13, 2019 3:24 pm
by HalimaDiallo
I am still not able to log back into the site. I have attached pics.

Re: Help! This site can’t be reached

Posted: Thu Jun 13, 2019 4:30 pm
by scottwilkerson
I'm noticing this is in AWS, did you allow access to those ports in the AWS console when setting up the EC2 instance?

Can you show your firewall configuration?

Re: Help! This site can’t be reached

Posted: Thu Jun 13, 2019 4:33 pm
by scottwilkerson
Also, this
benjaminsmith wrote: If your not able to connect, post the output of the Apache error log.

Code: Select all

tail -n 25 /var/log/httpd/*error_log