Hello guys

Evironment:
Ubuntu: 10.04 LTS
Icinga :Icinga 1.7.1 with omd 0.55


I've  set up an Test Icinga System

If i try to got to the Host Detail or Server Detail Menue there comes the 
folowing error:


It appears as though you do not have permission to view information for any of 
the services 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.


My apache settings are:

# Apache configuration for access to Icinga Classic web GUI:


Alias /omd055/icinga/local /omd/sites/omd055/local/share/icinga/htdocs
<Directory /omd/sites/omd055/local/share/icinga/htdocs>
      Order deny,allow
      allow from all
</Directory>

ScriptAlias /omd055/icinga/cgi-bin /omd/sites/omd055/lib/icinga/cgi-bin
<Directory /omd/sites/omd055/lib/icinga/cgi-bin>
  Order allow,deny
  Allow from all
  SetEnv ICINGA_CGI_CONFIG "/omd/sites/omd055/etc/icinga/cgi.cfg"
</Directory>

Alias /omd055/icinga /omd/sites/omd055/share/icinga/htdocs
<Directory /omd/sites/omd055/share/icinga/htdocs>
  Order allow,deny
  Allow from all
  # Rewrite rules for handling the local-hierarchy. All URI to static
  # files are redirected, if those exist in local/. Thus the user
  # even can override shipped static files.
  RewriteEngine on
  RewriteCond "/omd/sites/omd055/local/share/icinga/htdocs/$1" "-f"
  RewriteRule "(.*)" "/omd055/icinga/local/$1"

</Directory>

the apache log doesn't show an error which belongs to this problem.

and the authorization is temporaily disabled


regards john s.









------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to