Re: [squid-users]url_regex+scr IP in accelerator mode

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 19 Apr 2001 21:50:55 +0200

PY LO wrote:

> Here is my setting in ACL
>
> acl specialclient src a.b.c.0/255.255.255.0
> acl specialurl url_regx ^http://www.example.com/~information/protect/$

Due to your use of httpd_accel_host a.b.c.d the URL seen in access
controls will be
  http://a.b.c.d/~information/protect/...

But as you only have one domain you should probably use the
urlpath_regex ACL type

  acl specialurl urlpath_regex ^/~information/protect/

--
Henrik Nordstrom
Squid Hacker
Received on Thu Apr 19 2001 - 13:57:18 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:23 MST