Search found 18 matches

by hellb0y77
Tue Jun 10, 2014 10:47 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

Nothing....same problem, i will consider to re-create the istance
Thank you all for your time and patience

Stefano
by hellb0y77
Tue Jun 10, 2014 2:16 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

httpd -V Server version: Apache/2.2.15 (Unix) Server built: Feb 7 2012 09:50:11 Server's Module Magic Number: 20051115:24 Server loaded: APR 1.3.9, APR-Util 1.3.9 Compiled using: APR 1.3.9, APR-Util 1.3.9 Architecture: 64-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Serv...
by hellb0y77
Fri Jun 06, 2014 2:49 pm
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

yes, nagios.mydomain.it or nagios.mydomain.it/nagios not ip, is a virtual host
by hellb0y77
Fri Jun 06, 2014 11:07 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

<VirtualHost *:80> ServerAdmin webmaster@localhost ServerName nagios.mydomain.it ServerAlias nagios.mydomain.it DocumentRoot /usr/local/nagios/share ErrorLog /var/log/httpd/error_nagios.log ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin" <Directory "/usr/local/nagios/sbin">...
by hellb0y77
Fri Jun 06, 2014 1:05 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

Not have .htaccess file in nagios directory and only one domain in registered in port 80
by hellb0y77
Thu Jun 05, 2014 2:48 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

</virtualhost> instead </VirtualHost> is a transcription error, in the nagios.conf file is </VirtualHost> I have modified www.mydomain.it/nagios in nagios.mydomain.it and works, but don't ask user e password and appear "Logged in as ?", when click to host and services "It appears as t...
by hellb0y77
Wed Jun 04, 2014 1:16 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

No, not work, i post also httpd.conf....it all seems ok ### Section 1: Global Environment ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 60 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit...
by hellb0y77
Tue Jun 03, 2014 2:06 am
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

[root@mydoain]# grep nagiosadmin /usr/local/nagios/etc/htpasswd.users nagiosadmin:9YVFyu9umq.22 [root@myadomain]# grep nagiosadmin /usr/local/nagios/etc/cgi.cfg authorized_for_system_information=nagiosadmin authorized_for_configuration_information=nagiosadmin authorized_for_system_commands=nagiosad...
by hellb0y77
Fri May 30, 2014 3:22 pm
Forum: Open Source Nagios Projects
Topic: Authentication problem
Replies: 32
Views: 16826

Re: Authentication problem

I have moved all to /etc/httpd/conf.d/nagios.conf but same problem, i have also tried to make a virtual host (Apache is configured whit virtual host), in this case i have 404 error /etc/httpd/conf.d/nagios.conf (whitout .htaccess) --> no authentication required ScriptAlias /nagios/cgi-bin "/usr...