On 6/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

  Add example/default allow-from for localhost, please???

 <Location /server-status>
     SetHandler server-status
     Require host .example.com
+    Allow from 127
 </Location>

I think you are looking for
Require ip 127
or something like that.  But I'm not sure why it is necessary.  We've
always just used .example.com here, haven't we?

Joshua.

Reply via email to