|
|||||||||||
|
DO NOT REPLY [Bug 7492] - prg: Rewritemap don't work in win32
From: <bugzilla(at)apache.org>
Date: Fri Apr 19 2002 - 14:47:49 EDT
prg: Rewritemap don't work in win32
Apache 2.0.x introduced new APIs for determining fully qualified path names. Mod_rewrite in Apache 2.0 was updated in v. 1.84 to accept any rooted path (based on the filesystem convention, e.g. c:/foo for win32, or foo/bar:bleh for Netware.) There may also be thread saftey problems with the rewrite cache, introduced in Apache 2.0's v. 1.83, that would need backporting. Finally, it seems that ap_pstrcat is still being used to merge paths in 1.3 and 2.0. This should be fixed in 2.0 to use apr_filepath_merge, and there was a similar API in 1.3. So this can be fixed, but someone needs to take the time to write and test the fixes. I'd entertain applying a patch that was well thought out. To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Fri Apr 19 18:47:45 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:14 EDT |
||||||||||
|
|||||||||||