Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nagios Web Interface Configuration

Status
Not open for further replies.

Wig523

Technical User
Nov 8, 2002
5
US
I'm haveing difficulty starting the Nagios web interface. I have installed Apache and everything works fine. I added the Alias and Script Alias to httpd.cf, according to the Nagios documentation. When I try to access the web interface using I get Error 404...can anyone help? If you need more infor let me know.

Wes
 
You might try adding a trailing / to your address.

This was my reply to a similar question in another forum.

Make sure your entry looks something like this:

<IfModule mod_alias.c>
Alias /manual/ &quot;/srv/
<Directory &quot;/srv/Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</IfModule>
Check your permissions, if they are owned by root and not writeable or executable by others it will not load. Permissions are very important.

Additionally, if you are using your cgi-bin for an alias, you must add the file you would like to run to the address since the cgi-bin will generally not index.
 
Thank you...The problem has been solved. I was making changes to another httpd.conf file in another location.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top