NRDP
Posted: Mon Jun 06, 2016 9:46 am
Hello,
I installed the NRDP plugin on my nagios core and I get the following error from web when I access it http://"nagiosIP"/nrdp :
Forbidden
You don't have permission to access /nrdp on this server.
my getenforce and nrdp.cong output below
I have read on one old topic to change
to
but that did not fix the issue.
Please Advise,
Thanks,
Peter
I installed the NRDP plugin on my nagios core and I get the following error from web when I access it http://"nagiosIP"/nrdp :
Forbidden
You don't have permission to access /nrdp on this server.
my getenforce and nrdp.cong output below
Code: Select all
[root@GSIP_MGNT_B nrdp]# getenforce
Permissive
[root@GSIP_MGNT_B nrdp]# cat /etc/httpd/conf.d/nrdp.conf
<Directory "/usr/local/nrdp">
# SSLRequireSSL
Options None
AllowOverride None
Order allow,deny
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
# AuthName "NRDP"
# AuthType Basic
# AuthUserFile /usr/local/nrdp/htpasswd.users
# Require valid-user
</Directory>
Alias /nrdp "/usr/local/nrdp/server"Code: Select all
Order allow,deny
Allow from allCode: Select all
Require all grantedPlease Advise,
Thanks,
Peter