Page 1 of 1
access nagios on my server.
Posted: Mon Apr 11, 2011 3:03 pm
by gabrielnk
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.
Re: access nagios on my server.
Posted: Mon Apr 11, 2011 3:51 pm
by mguthrie
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?
Re: access nagios on my server.
Posted: Tue Apr 12, 2011 12:01 pm
by gabrielnk
My distro is Centos 5.4 (yum).
and yes, I reseted the LAMPP later. Thanks.
Re: access nagios on my server.
Posted: Tue Apr 12, 2011 12:03 pm
by gabrielnk
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.
Posted: Tue Apr 12, 2011 12:04 pm
by gabrielnk
my distro is Centos 5.4(yum)
and yes, I reseted the LAMPP later. Thanks.
Re: access nagios on my server.
Posted: Wed Apr 13, 2011 9:27 am
by tonyyarusso
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.
Posted: Wed May 11, 2011 5:44 pm
by niebais
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
Re: access nagios on my server.
Posted: Tue May 17, 2011 9:35 am
by tonyyarusso
Any follow-up on this gabrielnk?