Page 1 of 1

Blank page

Posted: Wed Feb 24, 2010 8:20 am
by elbryyan
After walking thru the manual installation instructions, when I browse the the web address I get the welcome screen but when I click on the link to "access Nagios IX", all I get is a blank screen. Any help is appreciated.

Re: Blank page

Posted: Wed Feb 24, 2010 1:17 pm
by mmestnik
Please provided the two URLs used. Make sure you have network access(DNS, routing, ect) to the link.

Re: Blank page

Posted: Wed Feb 24, 2010 3:09 pm
by elbryyan
The first url is the http://<ipaddress>
The link opens up the page of http://<ipaddress>/nagioasxi

Its all on the same network

Re: Blank page

Posted: Thu Feb 25, 2010 11:20 pm
by mmestnik
Hmm, don't forget the trailing '/'.

http://<ipaddress>/nagioasxi is a "301 Moved Permanently" to http://<ipaddress>/nagioasxi/

Perhaps your client doesn't like this. Please verify with wget(or smiler/equivalent) that you do indeed get a 301.

http://<ipaddress>/nagioasxi should contain HTML that looks like this

Code: Select all

<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href=\"http://192.168.167.124/nagiosxi/\">here</a>.</p>
<hr>
<address>Apache/2.2.3 (CentOS) Server at 192.168.1
Server Headers:

Code: Select all

HTTP/1.1 301 Moved Permanently
Date: Fri, 26 Feb 2010 04:13:31 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://192.168.167.124/nagiosxi/
Content-Length: 320
Connection: close
Content-Type: text/html; charset=iso-8859-1