RE: [squid-users] Squid as a reverse proxy

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 29 Sep 2004 19:15:18 +0200 (CEST)

On Wed, 29 Sep 2004, Richard Skeggs wrote:

> I have tried using
>
> Acl esav urlpath_regex ^*/esav/*
> Acl esav url_regex ^*/esav/*

These are not valid regex expressions.

I think what you are looking for is

^/esav/

> How can I get the servlet component of the application to run through squid?

servlet components run on your HTTP server. Squid is not concerned with
this, it just forwards the HTTP queries to your HTTP server.

Regards
Henrik
Received on Wed Sep 29 2004 - 11:15:20 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Oct 01 2004 - 12:00:03 MDT