On Aug 6, 11:31 am, MonTassaR <montas....RemoveThis@gmail.com> wrote:
> Hi,
> I made some education purpose research about Application-Level
> Filtring and I want to implement my results using apache.
> I have apache2 configured with mod_proxy enabled and a virtual host
> that points to an other web server using a LAN connection
> I want to intercept the http requests going to my other web server, to
> pass this request to a little program that performs some checks to
> decide wether this request should be passed to the web server or
> blocked
>
> I need to know how to shold I proceed to realise these stuff ..
Any ideas guys ?!