Hello, I successfully installed my Nagios, but when I access from my server through the http://ip/nagios gives the following error:
Not Found
The requested URL /nagios/ was not found on this server.
Apache/2.2.9 (Unix) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6 mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 Server at 184.106.110.18 Port 443
remembering that my web server installed is Xampp for Linux. Thanked now.
access nagios on my server.
Re: access nagios on my server.
Could you give us some more details as to what Linux distro you're on and how you installed core? (source, yum apt, etc).
Did you restart apache after installing your webconf file?
Did you restart apache after installing your webconf file?
Re: access nagios on my server.
My distro is Centos 5.4 (yum).
and yes, I reseted the LAMPP later. Thanks.
and yes, I reseted the LAMPP later. Thanks.
Re: access nagios on my server.
mguthrie wrote:Could you give us some more details as to what Linux distro you're on and how you installed core? (source, yum apt, etc).
Did you restart apache after installing your webconf file?
My distro is Centos 5.4(yum)
and yes, I reseted the LAMPP later. Thanks.
Re: access nagios on my server.
my distro is Centos 5.4(yum)
and yes, I reseted the LAMPP later. Thanks.
and yes, I reseted the LAMPP later. Thanks.
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: access nagios on my server.
So, you're using a XAMPP package rather than the httpd package from the repositories? Does that use a different directory structure for where to put the configuration files? The documentation for CentOS is expecting to put a nagios.conf file in /etc/httpd/conf.d/ , so if you have something else that could explain your issue. Could you also show us what your config file for nagios with your web server looks like?
Re: access nagios on my server.
I don't mean anything rude by this question, I'm just checking, did you follow these steps to set up the nagios webconf?
make install-webconf
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
(Ok I know you already did this one)
Restart Apache to make the new settings take effect.
service httpd restart
make install-webconf
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
(Ok I know you already did this one)
Restart Apache to make the new settings take effect.
service httpd restart
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: access nagios on my server.
Any follow-up on this gabrielnk?