Application Level Filtring
am 06.08.2007 11:31:22 von MonTassaR
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 ..
Re: Application Level Filtring
am 10.08.2007 10:02:22 von MonTassaR
On Aug 6, 11:31 am, MonTassaR 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 ?!