[mod-security-users] Re: Problems Upgrading from 1.8.7 to 1.9.2 with shtml
Brought to you by:
victorhora,
zimmerletw
|
From: Jeff T. <jt...@tc...> - 2006-02-17 20:37:35
|
Ivan Ristic <ivanr <at> webkreator.com> writes: > > I've replicated the same problem using the virtual() function from > PHP. Perhaps you are not buffering output in your configuration? > > I've sent a fix to Jeff to try it out. > The fix worked perfectly. Many thanks to Ivan for his quick and completely successful fix. In case anyone is experiencing this problem, this is the solution, straight from Ivan... Replace: ap_add_output_filter_handle(global_sec_filter_out, NULL, r, r->connection); with ap_add_output_filter_handle(global_sec_filter_out, msr->ctx_out, r, r- >connection); in the mod_security.c file. Thanks again. .jeff. |