Actions
Bug #1641
closedmod_proxy_core: rewrite-request/docroot discards mod_indexfile changes
ASK QUESTIONS IN Forums:
Description
mod_proxy_core incorrectly resets physical.path (and as such what fastcgi apps see as SCRIPT_FILENAME) if it has been modified before (e.g. by mod_indexfile).
Attaching a patch which uses a different approach for getting the new docroot into physical.path, which should be less intrusive.
Files
Updated by hoffie over 16 years ago
Please note that I changed the order of the two blocks (DOCUMENT_ROOT and SCRIPT_FILENAME) by intention. The SCRIPT_FILENAME block needs access to the old docroot which is no longer available when re-setting it before. ;)
It would also be good if someone could review that pointer arithmetic stuff, as I'm not really into C. =)
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Assignee deleted (
jan) - Missing in 1.5.x set to Yes
Actions
Also available in: Atom