Re: [Mod-security-developers] request fork capability in apache
Brought to you by:
victorhora,
zimmerletw
From: Christian F. <chr...@ne...> - 2016-11-18 06:32:20
|
Hi there, On Thu, Nov 17, 2016 at 04:26:15PM +0000, D. Pati wrote: > We have need to fork requests from our Apache proxyservers while we > migrate our infrastructure. We were thinking of using ModSecurity > module and adding a capability to forward copy of request to our new > url. We do not need to handle response at this time from the forked > request. my question is if it is possible to do that using > modsecurity. If so, where is the good entry for this code change? Or > should I be looking at different module or solution which are better > for this purpose?thanks I think this is something for a lua script which can be called easily from withing ModSecurity. Unfortunately, the ModSecurity/Lua documentation is not very well developed, but I am quite sure this will work. Ahoj, Christian > > ------------------------------------------------------------------------------ > _______________________________________________ > mod-security-developers mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-developers > ModSecurity Services from Trustwave's SpiderLabs: > https://www.trustwave.com/spiderLabs.php -- https://www.feistyduck.com/training/modsecurity-training-course mailto:chr...@ne... twitter: @ChrFolini |