Search found 5 matches
- Fri Jul 26, 2013 9:32 am
- Forum: Open Source Nagios Projects
- Topic: Web user not getting passed
- Replies: 8
- Views: 4335
Re: Web user not getting passed
Sorry for double posting. Right after I tried the .htaccess thing above I realised I had a bad <Directory> set up in apache...instead of "/usr/lib64/nagios/cgi-bin" I had accidentally left it as "/usr/lib64/nagios/cgi" so all the auth settings I had set up weren't actually being ...
- Fri Jul 26, 2013 9:15 am
- Forum: Open Source Nagios Projects
- Topic: Web user not getting passed
- Replies: 8
- Views: 4335
Re: Web user not getting passed
In order to use basic auth, you will need to create an .htaccess file as well as a basic auth users file. See the following link for details (about half way down the page): http://wiki.centos.org/HowTos/Nagios It was my understanding that doing this isn't required if I put the options straight in t...
- Thu Jul 25, 2013 3:16 am
- Forum: Open Source Nagios Projects
- Topic: Web user not getting passed
- Replies: 8
- Views: 4335
Re: Web user not getting passed
There is no .htaccess file in the conf.d folder of httpd.lmiltchev wrote:What is the output of the following commands?
Code: Select all
cat /etc/httpd/conf.d/.htaccess grep nag /etc/group
As for the second command:
# grep nagios /etc/group
nagios
apache
- Wed Jul 24, 2013 4:03 am
- Forum: Open Source Nagios Projects
- Topic: Web user not getting passed
- Replies: 8
- Views: 4335
Re: Web user not getting passed
Nothing of the sort, sreinhardt . I'm simply trying to get the nagios web interface to work with the Apache basic authentication module, as is suggested in the nagios installation documents. I've documented some of the steps I've taken in the hope that someone has encountered a similar problem and c...
- Tue Jul 23, 2013 10:51 am
- Forum: Open Source Nagios Projects
- Topic: Web user not getting passed
- Replies: 8
- Views: 4335
Web user not getting passed
Hello everyone. I've just spent the better part of the last 2 days trying to get the web interface to register the nagiosadmin user when I log in. While the authentication works fine - I get asked for the user/password when I try to access the web interface, once I try to access any of the actual re...