]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the prefix_stat function. (which does a stat call on the first
authorAndré Malo <nd@apache.org>
Wed, 2 Apr 2003 21:01:09 +0000 (21:01 +0000)
committerAndré Malo <nd@apache.org>
Wed, 2 Apr 2003 21:01:09 +0000 (21:01 +0000)
commit221e35e344b2ab4cbe481fa8cf48c27435fde80c
tree390854c7eb37b6fb1e03d5ede480f8925010b6bd
parent89677d69943bcf0eb57cf9bb8a2fbf6abebcd802
Fix the prefix_stat function. (which does a stat call on the first
path segment). This function was still tailored for unix systems only.
It should work on other systems as well now.

Note that in 2.x we use the apr_filepath_root function that doesn't
exist in 1.3. It is replaced by some simple workaround stuff which
behaves similar.

Obtained from: 2.1 (r1.143)
Reviewed by: Brad Nicholes, Will Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99178 13f79535-47bb-0310-9956-ffa450edef68
src/modules/standard/mod_rewrite.c
src/modules/standard/mod_rewrite.h