Gentoo Archives: gentoo-user

From: John Jolet <john@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Nagios
Date: Wed, 31 Aug 2005 15:19:44
Message-Id: 200508311007.27067.john@jolet.net
In Reply to: [gentoo-user] Nagios by Allan Spagnol Comar
1 does apache have read-access to the nagios sub? I've done nagios on redhat,
2 and will hopefully be doing it on gentoo soon.
3 On Wednesday 31 August 2005 10:02, Allan Spagnol Comar wrote:
4 > I was wondering if someone can help running a nagios on a gentoo sever.
5 >
6 > I had emerged Apache and nagios;
7 >
8 > I edited commonapache.conf putting the following lines:
9 >
10 > ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/
11 > Alias /nagios/ /usr/nagios/share/
12 >
13 > <Directory /usr/nagios/sbin>
14 > AllowOverride None
15 > Options ExecCGI FollowSymLinks
16 > </Directory>
17 >
18 > and on cgi.cfg I putted
19 > use_authentication=0
20 >
21 > when I try to access http://127.0.0.1/nagios/
22 > I got :
23 >
24 > Forbidden
25 > You don't have permission to access /nagios/ on this server.
26 >
27 > Apache/1.3.33 Server at 127.0.0.1 Port 80
28 >
29 > any one have a clue of what is happening ?
30 > apache and nagios are running correctly .
31
32 --
33 John Jolet
34 Your On-Demand IT Department
35 512-762-0729
36 www.jolet.net
37 john@×××××.net
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Nagios Allan Spagnol Comar <allan.comar@×××××.com>