httpd version upgrade: CGI permission issue

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
rmukalla
Posts: 2
Joined: Thu Sep 17, 2020 3:01 pm

httpd version upgrade: CGI permission issue

Post by rmukalla »

I am keep getting below error though allowing everything on cgi.cfg file. Any idea on this?

Trying to upgrade httpd version to 4.4.46


"It appears as though you do not have permission to view information for any of the hosts you requested...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file."



authorized_for_system_information=*
authorized_for_configuration_information=*
authorized_for_system_commands=*
authorized_for_all_services=*
authorized_for_all_hosts=*
authorized_for_all_service_commands=*
authorized_for_all_host_commands=*
#authorized_for_read_only=user1,user2
Locked