Moreover

here are the permissions for the files:


150541  4 -rw-r--r--  1 omd056 omd056   957 2012-10-04 13:34 apache.conf
150530  4 -rw-r--r--  1 omd056 omd056   484 2012-10-04 13:34 cgiauth.cfg
166692 24 -rw-r--r--  1 omd056 omd056 20535 2012-10-04 14:14 cgi.cfg
150528 0 lrwxrwxrwx 1 omd056 omd056 16 2012-10-04 13:34 conf.d -> ../nagios/conf.d
150534  4 -rw-r--r--  1 omd056 omd056   740 2012-10-04 13:34 config.inc.php
150543  4 -rw-r--r--  1 omd056 omd056   317 2012-10-04 13:34 icinga.cfg
171731  4 drwxr-xr-x  2 omd056 omd056  4096 2012-10-04 13:34 icinga.d
150533 12 -rw-r--r-- 1 omd056 omd056 8269 2012-10-04 13:34 idomod.cfg-sample
150536  4 -rw-r--r--  1 omd056 omd056   353 2012-10-04 13:34 resource.cfg
171730  4 drwxr-xr-x  2 omd056 omd056  4096 2012-10-04 13:34 ssi

and here is the apache config:

# Apache configuration for access to Icinga Classic web GUI


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

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

Alias /omd056/icinga /omd/sites/omd056/share/icinga/htdocs
<Directory /omd/sites/omd056/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/omd056/local/share/icinga/htdocs/$1" "-f"
  RewriteRule "(.*)" "/omd056/icinga/local/$1"

</Directory>


regards john s.


_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users

Reply via email to