Search found 7 matches

by LMW
Thu May 12, 2011 11:07 am
Forum: Open Source Nagios Projects
Topic: Nagios 403 error
Replies: 9
Views: 4780

Re: Nagios 403 error

Thanks everybody for help. This issue was solved by moving "root" and "index" directives from "location" part to global. Now it's working as intended.
by LMW
Wed May 11, 2011 8:56 pm
Forum: Open Source Nagios Projects
Topic: Nagios 403 error
Replies: 9
Views: 4780

Re: Nagios 403 error

OK, a little update. I've been reading through Internet and found out, that "403 error" usually occurs when nginx can't properly read password file (that is possible when password in such file is not properly encrypted). And one more strange thing. When I've changed the path to password fi...
by LMW
Wed May 11, 2011 1:08 pm
Forum: Open Source Nagios Projects
Topic: Nagios 403 error
Replies: 9
Views: 4780

Re: Nagios 403 error

tonyyarusso wrote:I've only done this with Apache, so I'm afraid I might not be much further help here.
I'm thinking of putting Nagios on Apache server. I don't think that will have any impact on nginx web-server and web-sites it's hosting. What do you think about that?
by LMW
Wed May 11, 2011 12:14 pm
Forum: Open Source Nagios Projects
Topic: Nagios 403 error
Replies: 9
Views: 4780

Re: Nagios 403 error

Apparently squeeze's version of PHP should include FPM internally - could that change be affecting your setup? Well, I don't know that for sure. My task is just to setup nagios for several servers while Nagios' server part have to be placed on that particular server. But I've updated PHP while upda...
by LMW
Wed May 11, 2011 10:06 am
Forum: Open Source Nagios Projects
Topic: Nagios 403 error
Replies: 9
Views: 4780

Re: Nagios 403 error

Did you update nginx as well as nagios? It could be that it's not set to recognize index.php as a possible index file anymore. Thank you for reply. No, I didn't update nginx (it's 0.8.54 now), because we've got a bunch of php-heavy web-sites and I didn't think that could be a case. I will do that l...
by LMW
Tue May 10, 2011 4:56 pm
Forum: Open Source Nagios Projects
Topic: Nagios 403 error
Replies: 9
Views: 4780

Nagios 403 error

I have nagios + nginx running on Debian Lenny box. I've updated from nagios in Lenny repos to nagios in Squeeze repos. Everything was working before that. Now, when I try to access nagios on http://myserver/nagios3 I'm allowed to enter credentials, but after that I'm constantly getting "403 For...
by LMW
Mon May 09, 2011 2:29 am
Forum: Open Source Nagios Projects
Topic: nagios web interface problem
Replies: 2
Views: 1765

nagios web interface problem

Greetings, I've installed nagios 3.0.6 from debian lenny repos. I can reach login screen and main page, but if I click on any left-menu section I get following page (see attachment). My nginx config is: server { listen 80; server_name myserver.com; access_log /var/log/nginx/nagios_access.log; locati...