Need suggestions for adding tproxy support to mod_proxy

2008-12-16 Thread Pranav Desai
Hello All, I am trying to add tproxy4 (http://www.balabit.com/support/community/products/tproxy/) support to the mod_proxy to achieve transparency. It basically involves a kernel patch which allows binding of a socket to foreign address among other things. At the app layer we only need to set the

Regarding sharing of context between input filter and output filter which are inserted by different hooks

2008-12-16 Thread Ashish Khare
Hi, I am facing problem about how to share context between input filter and output filter which are registered through different hooks. Here is description of the problem: static void mod_realsecure_register_hooks (apr_pool_t * p) { ap_hook_child_init (realsecure_child_init,