[Resolved] Unable to open Nagios main page

Hi all,
The code below is the configuaration of Apache2 that exists in my computer.

SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER

Last Modified: 11-26-2005

ScriptAlias /nagios/cgi-bin “/usr/local/nagios/sbin”

<Directory “/usr/local/nagios/sbin”>

SSLRequireSSL

Options ExecCGI
SetHandler cgi-script
AllowOverride AuthConfig
Order allow,deny
Allow from all

Order deny,allow

Deny from all

Allow from 127.0.0.1

AuthName "Nagios Access"
AuthType Basic
AuthUserFile /etc/nagios/htpasswd.users
Require valid-user

Alias /nagios “/usr/local/nagios/share”

<Directory “/usr/local/nagios/share”>

SSLRequireSSL

Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all

Order deny,allow

Deny from all

Allow from 127.0.0.1

AuthName "Nagios Access"
AuthType Basic
AuthUserFile /etc/nagios/htpasswd.users
Require valid-user

When I type nagios-server/nagios on IE7 browser page, I get

Apache 2 Test Page
powered by CentOS
This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page it means that the Apache HTTP server installed at this site is working properly…
!sad
What do I need to correct in order to get to Nagios main page? It is urgent. Please help!

biniman

Thank you for at least reading my question. I eventually read Nagios installation manual and book over and over again. I saved the httpd.conf file with a different name, reconfigured the new file and used the Include directive to add it to the httpd.conf file. It was a frustrating experience, but a worthwhile experience. I learned quite a bit in the process. I am only at Nagios main page, it does not mean that I know Nagios already. So guys, expect many more questions from me.

biniman