https://bz.apache.org/bugzilla/show_bug.cgi?id=70019

Rich Bowen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Rich Bowen <[email protected]> ---
Ok, I think I figured out what you mean.

Fixed the contradictory file-system path vs URL-path descriptions
in the RewriteRule substitution documentation.

The filesystem-existence guessing (prefix_stat) only occurs in server
or virtual host context — verified against mod_rewrite.c source.
In per-directory context, RewriteBase or the directory prefix governs
path handling; no filesystem probing is done.

Changes:
- file-system path bullet: explicitly states this only applies in
  server/virtualhost context, and that per-directory context does
  not perform this guessing
- URL-path bullet: removed incorrect parenthetical about per-directory
  behavior; kept the /www example but scoped to server/virtualhost
  context only

Patched in r1933713 (trunk), r1933714 (2.4).

-- 
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]

Reply via email to