failed.
[Tue May 02 15:49:01.110337 2017] [mpm_prefork:notice] [pid 1187] AH00170: caught SIGWINCH, shutting down gracefully
[Tue May 02 15:49:02.220786 2017] [suexec:notice] [pid 79091] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue May 02 15:49:02.245190 2017] [auth_digest:notice] [pid 79091] AH01757: generating secret for digest authentication ...
[Tue May 02 15:49:02.245703 2017] [lbmethod_heartbeat:notice] [pid 79091] AH02282: No slotmem from mod_heartmonitor
[Tue May 02 15:49:02.286024 2017] [mpm_prefork:notice] [pid 79091] AH00163: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/5.4.16 configured -- resuming normal operations
[Tue May 02 15:49:02.286047 2017] [core:notice] [pid 79091] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Tue May 02 15:51:05.317094 2017] [authz_core:error] [pid 79449] [client 10.3.101.9:64099] AH01630: client denied by server configuration: /usr/local/nrdp/server/, referer: http://10.3.41.254/nagiosxi/admin/dtinbound.php
[Tue May 02 15:51:15.558394 2017] [authz_core:error] [pid 79448] [client 10.3.101.9:64102] AH01630: client denied by server configuration: /usr/local/nrdp/server/, referer: http://10.3.41.254/nagiosxi/admin/dtinbound.php
XI 5.4.3 NRDP Forbidden
Re: XI 5.4.3 NRDP Forbidden
The "client denied by server configuration" error looks like it could be a file / folder permission issue on the server so can you run the following commands as root and post the /tmp/info.txt file?
Code: Select all
ls -l /usr/local >/tmp/info.txt
ls -lR /usr/local/nrdp >>/tmp/info.txt
grep nag /etc/passwd >>/tmp/info.txt
grep nag /etc/group >>/tmp/info.txt
chage -l nagios >>/tmp/info.txt
httpd -V >>/tmp/info.txtBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: XI 5.4.3 NRDP Forbidden
attached
You do not have the required permissions to view the files attached to this post.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: XI 5.4.3 NRDP Forbidden
in /etc/httpd/conf.d/nrdp.conf
change
to
Then run service httpd restart
That should do it.
change
Code: Select all
Order allow,deny
Allow from all
Code: Select all
Require all grantedThat should do it.
Re: XI 5.4.3 NRDP Forbidden
all set! that you. please lock it.