2009/11/16 <oh...@cox.net>: > Content-Type: > - local ==> text/html > - Via WebLogic Plugin ==> text/html; charset=UTF-8 > > Could either of these (or both) differences be messing the mod_limitipconn > module up, preventing it from getting the Content-Type properly?
Are you saying that "Via WebLogic Plugin ==> text/html; charset=UTF-8" is being set before the content handler (proxy) runs or after? The subrequest *lookup* won't invoke the content handler. You'll have to call ap_run_sub_req() with the generated request_record (rr) of your lookup to invoke the content handler. Bob