Gentoo Archives: gentoo-user

From: deface <deface@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache status
Date: Mon, 05 May 2008 04:54:17
Message-Id: 481E92F1.9030900@uberpenguin.net
In Reply to: [gentoo-user] Apache status by Adam Carter
1 Adam Carter wrote:
2 > I'm running Apache 2.2.8 and want the status info, so i need to add
3 >
4 > <Location /server-status>
5 > SetHandler server-status
6 >
7 > Order Deny,Allow
8 > Deny from all
9 > Allow from .foo.com
10 > </Location>
11 >
12 > But, in httpd.conf
13 > <IfDefine INFO>
14 > LoadModule status_module modules/mod_status.so
15 > </IfDefine>
16 >
17 > So what's the syntax to define INFO?
18 >
19 > Cheers,
20 > Adam
21 >
22 use /etc/conf.d/apache2 .. add -D INFO to your APACHE2_OPTS
23
24 --
25 gentoo-user@l.g.o mailing list