I think what you're looking for is ICAP integration, but I'm not sure if you can do that solely with Apache. I think you would need to implement a transparent proxy like squid which will pass user requests through the ICAP server before handing the request off to your content servers.On Wed, Jun 18, 2014 at 10:17 AM, Lou Henry <louztech@xxxxxxxxx> wrote:
Hi,
I am fairly new to configuring apache web servers. Currently, I have a vanity url set up in an Apache Load Balancer and that goes to a WebLogic Cluster running a portal website. I would like to redirect this url to an antivirus server first. The antivirus server will do its thing and if it's clean, it will direct it to the portal that's running the WebLogic Cluster.What's the best way to redirect the url that is running on the apache load balancer to the antivirus server?Thank you for any information that can be provided.Regards,