On Thu, Jun 01, 2006 at 09:17:27AM -0400, Joshua Slive wrote: > 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?
I agree it would be better to omit it. It's misleading to say that 127.0.0.0/8 is sufficient to allow access from the local host anyway; on any IPv6-enabled host you need to allow access from ::1 too. joe
