Pass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>)

This commit is contained in:
Sterling Hughes 2001-08-19 20:28:36 +00:00
parent adb79869df
commit ba4a1f2df2

View File

@ -315,6 +315,10 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
void *conf = ap_get_module_config(f->r->per_dir_config, &php4_module);
TSRMLS_FETCH();
if (f->r->proxyreq) {
return ap_pass_brigade(f->next, bb);
}
ctx = SG(server_context);
INIT_CTX;