public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] apache permssions
@ 2006-02-04 23:23 Nick Rout
  2006-02-04 23:58 ` darren kirby
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Rout @ 2006-02-04 23:23 UTC (permalink / raw
  To: gentoo-user

I wanted to use mod_status so I set -D INFO in /etc/conf.d/apache2 and
my /etc/httpd.conf cotains the following:

<IfDefine INFO>
    ExtendedStatus On
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from localhost
    </Location>
</IfDefine>

Looks to me as though it should allow connections from localhost, but
it doesn't, I get 403 Forbidden.

If I comment out the lines Deny from all, Allow from localhost it
works, but not as it is written i the default file as quoted above.

What am I doing wrong?

Reading the manual here makes me believe it should be working:

http://httpd.apache.org/docs/2.0/mod/mod_access.html#order





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-02-05 23:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-04 23:23 [gentoo-user] apache permssions Nick Rout
2006-02-04 23:58 ` darren kirby
2006-02-05  5:26   ` Nick Rout
2006-02-05  6:38     ` Willie Wong
2006-02-05 20:37       ` Nick Rout
2006-02-05 22:19         ` OT - What is mod_status? (WAS: Re: [gentoo-user] apache permssions) Michael Sullivan
2006-02-05 22:47           ` kashani
2006-02-05 23:00           ` darren kirby
2006-02-05 23:01         ` [gentoo-user] apache permssions darren kirby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox