On Thu, Dec 25, 2008 at 5:52 PM, Stefan Fritsch <[email protected]> wrote: > Hi, > > On Wed, 17 Dec 2008, Pranav Desai wrote: >> >> 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 setsockopt() > > Linux 2.6.28 includes tproxy support again (see > Documentation/networking/tproxy.txt in the kernel source). You may want to > check that your httpd patch works with that kernel, too. >
Yeah, I read that in one of the linux-net mailing lists, but I wasn't sure which version it was going to be. So, thanks for that. I don't think there should be any change in the patch, but I will test it with the new kernel. > BTW, I think this would be a nice feature to have in httpd 2.4. > Sure, sounds good. I will create a patch for that. > Cheers, > Stefan >
