You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/07/30 12:46:00 UTC

DO NOT REPLY [Bug 41867] Matches Files

https://issues.apache.org/bugzilla/show_bug.cgi?id=41867


rahul <ra...@sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from rahul <ra...@sun.com>  2008-07-30 03:45:59 PST ---
Could not reproduce this in 2.3 trunk
Here is what I tried,
|pwd
/space/store/apache.18.Jul/install
|echo "Hello" > ./htdocs/apache_test.txt

httpd.conf:
<DirectoryMatch ^/space/store/apache.18.Jul/install/htdocs/apache>
    deny from all
</DirectoryMatch>

|telnet 0 8080      
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
GET /apache_test.txt HTTP/1.0

HTTP/1.1 200 OK
Date: Wed, 30 Jul 2008 10:29:30 GMT
Server: Apache/2.3.0-dev (Unix)
Last-Modified: Wed, 30 Jul 2008 10:28:38 GMT
ETag: "60126-6-4533b384084df"
Accept-Ranges: bytes
Content-Length: 6
Connection: close
Content-Type: text/plain

Hello


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org