Gentoo Archives: gentoo-user

From: Adam Carter <Adam.Carter@×××××××××.au>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] Apache status
Date: Mon, 05 May 2008 04:09:41
Message-Id: 707E41AE68E444499861C6B248AB8684533BD86C04@excprdmbxw002.optus.com.au
1 I'm running Apache 2.2.8 and want the status info, so i need to add
2
3 <Location /server-status>
4 SetHandler server-status
5
6 Order Deny,Allow
7 Deny from all
8 Allow from .foo.com
9 </Location>
10
11 But, in httpd.conf
12 <IfDefine INFO>
13 LoadModule status_module modules/mod_status.so
14 </IfDefine>
15
16 So what's the syntax to define INFO?
17
18 Cheers,
19 Adam
20 --
21 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Apache status deface <deface@×××××××××××.net>