https://issues.apache.org/bugzilla/show_bug.cgi?id=50374
Summary: probably incorrect example for <Location>
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
Hi.
At http://httpd.apache.org/docs/2.2/sections.html#file-and-web
You say:
"For example, the following configuration prevents access to any URL-path that
begins in /private. In particular, it will apply to requests for
http://yoursite.example.com/private, http://yoursite.example.com/private123,
and http://yoursite.example.com/private/dir/file.html as well as any other
requests starting with the /private string."
This seems to be not true/exact.
/private123 was not matched when I tried it, and "starting with the /private"
string is thus also not axact.
It matches however with "/private/dir/file.html"
--
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: [email protected]
For additional commands, e-mail: [email protected]