Search found 4 matches
- Thu Mar 22, 2018 5:11 pm
- Forum: Open Source Nagios Projects
- Topic: index.php is blank
- Replies: 6
- Views: 23804
Re: index.php is blank
yes, please close this. thanks!
- Wed Mar 21, 2018 10:53 am
- Forum: Open Source Nagios Projects
- Topic: index.php is blank
- Replies: 6
- Views: 23804
Re: index.php is blank
I was able to fix this by adding the following directive in the apache conf file:
Header always append X-Frame-Options SAMEORIGIN
Header always append X-Frame-Options SAMEORIGIN
- Wed Mar 21, 2018 9:45 am
- Forum: Open Source Nagios Projects
- Topic: index.php is blank
- Replies: 6
- Views: 23804
Re: index.php is blank
Here's the Apache access log: x.x.x.x - nagiosadmin [21/Mar/2018:09:59:17 -0400] "GET /nagios/main.php HTTP/1.1" 200 3613 "https://<myfqdn>/nagios/index.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36&...
- Tue Mar 20, 2018 4:32 pm
- Forum: Open Source Nagios Projects
- Topic: index.php is blank
- Replies: 6
- Views: 23804
index.php is blank
Hello, hoping someone can help me solve this nagging problem... https://<myfqdn>/nagios/index.php displays a blank page. Looking at the dev tools in Chrome, I can see that it's a page made up of 2 frames... side.php and main.php. Both of these pages do load correctly... that is https://<myfqdn>/nagi...