On 10/1/07, Jim Jagielski <[EMAIL PROTECTED]> wrote:

> I know Roy's already reported the proxy error as bogus, but I think
> the OPTIONS * BUGZ report is also bogus. As a test, I assumed that
> both www.apache.org and apache.webthing.com are reasonably configured
> servers:

www.apache.org is using a config built from the 2.0 default, where
<Directory /> was not restricted. To hit the (alleged) bug, you'd need
to test on a server using the 2.2 default:
<Directory />
Order deny,allow
Deny from all
</Directory>

(I haven't done this testing myself, so I have nothing else to
contribute on the issue.)

Joshua.

Reply via email to