I'm new to perl and this is the first time I'm working with mod_perl and I'm seeking perl monks wisdom please help me.
I have a Apache 2.2 server which takes HTTP input requests and redirects them to multiple virtual server using proxy mainly this is used as a load-balance.
What i need to do is when a request comes and before it is forwarded I need to read the request and if the request does not meet the requirement (spam, format mismatch) I need to stop it from being forwarded. Can this be done?? and how can it be done?