[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
Synopsis: request_config field in request_rec is moderately bogus Comment-Added-By: dgaudet Comment-Added-When: Mon Feb 23 03:58:39 PST 1998 Comment-Added: I actually found a use for request_config... a use which relies on it not merging across subrequests. See mod_mmap_static. But in order to use it I still have to double-check that the value I tucked into request_config is still useful later on when I need it again. i.e. request_config is still bogus, and is only useful for saving a binary search in this case.
