SuSe 10 install - Nagios -> Now what?

Greetings,

i have successfully installed nagios on my new box. I have the typical error where i go to 127.0.0.1/nagios

Access forbidden!
You don’t have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.

Error 403
192.168.0.11
Thu Nov 17 20:59:19 2005
Apache/2.0.54 (Linux/SUSE)

my NRPE

NRPE - Nagios Remote Plugin Executor
Copyright © 1999-2003 Ethan Galstad ([email protected])
Version: 2.0
Last Modified: 09-08-2003
License: GPL with exemptions (-l for more info)
SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher required

My httpd is configured like so

Include /etc/apache2/vhosts.d/*.conf
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin
<Directory “/usr/local/nagios/sbin”>
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all

Alias /nagios /usr/local/nagios/share
<Directory “/usr/local/nagios/share”>
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all

An im getting no where… any thoughts as what i am missing. I just dont see any html/php files awaywhere. Im lost. Can someone find me?

Please ?

What do you mean you don’t see any html files? There are no .php files BTW.
You also have to create some .htaccess files, if that is the filename that apache expects for AccessFileName.
Did you restart httpd?

did you install from source or from RPM packages?
In any case check the documentation step by step (installing from RPM you have to pay particular attention to differences in the paths used for installation)

Luca