Morris, Patrick wrote: > Did you do this part (specifically, the changes to /etc/conf.d/apache2) > and restart Apache? > > http://gentoo-wiki.com/HOWTO_Install_Nagios#Setting_Up_The_Web_Interface > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nicola > Agnelli > Sent: Thursday, May 25, 2006 7:40 AM > To: Nagios Users Mailinglist > Subject: Re: [Nagios-users] Auth problems > > Hugo van der Kooij wrote: >> On Thu, 25 May 2006, Nicola Agnelli wrote: >> >>> Hugo van der Kooij wrote: >>>> On Thu, 25 May 2006, Nicola Agnelli wrote: >>>> >>>>>> I still have many problems with authentication.. i've read docs >>>>>> but i can't resolve.. Have anyone some ideas ? >>>> Start again and show us: >>>> - apache config changes >>>> - settings you think are relevant/changed in nagios config files. >>>> >>>> Do not assume anything. Do not think we know how you did things so >>>> describe them clearly from scratch. >>> I've done exactly what is described in this guide: >>> http://gentoo-wiki.com/HOWTO_Install_Nagios >>> >>> I've tried to remove /etc/nagios/htpasswd.users and recreate it with >>> >>> htpasswd2 -c /etc/nagios/htpasswd.users nagiosadmin >>> >>> but anyway i can't login ! >>> >>> I attach my apache.conf file anche nagios module.. >> And just where did you define NAGIOS? The next part will never be used > >> unless you define it. >> >> <IfDefine NAGIOS> >> ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/ >> <Directory "/usr/nagios/sbin/"> >> AllowOverride AuthConfig >> Options ExecCGI >> Order allow,deny >> Allow from all >> </Directory> >> Alias /nagios /usr/nagios/share/ >> <Directory "/usr/nagios/share"> >> AllowOverride AuthConfig >> Order allow,deny >> Allow from all >> </Directory> >> </IfDefine> >> >> Hugo. >> > > I've defined it in /etc/apache2/modules.d/99_nagios.conf and in it i've > this: > > > <IfDefine NAGIOS> > ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/ > <Directory "/usr/nagios/sbin/"> > AllowOverride AuthConfig > Options ExecCGI > Order allow,deny > Allow from all > </Directory> > Alias /nagios /usr/nagios/share/ > <Directory "/usr/nagios/share"> > AllowOverride AuthConfig > Order allow,deny > Allow from all > </Directory> > </IfDefine> > > > -- > Nicola > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications > in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Nagios-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when > reporting any issue. > ::: Messages without supporting info will risk being sent to /dev/null > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642 > _______________________________________________ > Nagios-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when reporting > any issue. > ::: Messages without supporting info will risk being sent to /dev/null > Yes, i've this in /etc/conf.d/apache2:
APACHE2_OPTS="-D DEFAULT_VHOST -D NAGIOS -D SSL -D PHP5 -D PERL" -- Nicola ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
