Search found 4 matches

by sirio81
Thu Jun 21, 2012 1:51 am
Forum: Open Source Nagios Projects
Topic: Impossible to access cgi with non admin user
Replies: 6
Views: 2922

Re: Impossible to access cgi with non admin user

Unfortunatly it didn't help.
Thank you anyway.
by sirio81
Wed Jun 20, 2012 2:57 am
Forum: Open Source Nagios Projects
Topic: Impossible to access cgi with non admin user
Replies: 6
Views: 2922

Re: Impossible to access cgi with non admin user

You are right, it's a symlink

Code: Select all

ls -l /etc/apache2/conf.d/nagios3.conf
lrwxrwxrwx 1 root root 25  6 apr  2009 /etc/apache2/conf.d/nagios3.conf -> /etc/nagios3/apache2.conf
That file is the one of the first post.
by sirio81
Tue Jun 19, 2012 3:09 am
Forum: Open Source Nagios Projects
Topic: Impossible to access cgi with non admin user
Replies: 6
Views: 2922

Re: Impossible to access cgi with non admin user

Nothing in /var/log/apache2/error.log.
I attache the full apache configuration.
Let me know if you see somenting particular.
by sirio81
Thu Jun 14, 2012 5:03 am
Forum: Open Source Nagios Projects
Topic: Impossible to access cgi with non admin user
Replies: 6
Views: 2922

Impossible to access cgi with non admin user

Hi, I'm running nagios 3.0.6 on debian lenny. I created an account called "usertest" htpasswd /etc/nagios3/htpasswd.users usertest And added a contact with the same name define contact{ contact_name usertest alias usertest service_notification_period 24x7 host_notification_period 24x7 serv...