[squid-users] Re: Squirm? Was: Accelerator with authentication user changed?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 05 Jul 2001 12:52:33 +0200

Henk-Jan Kloosterman wrote:

> In order to do futher testing I now installed the "squirm" redirector.
>
> In the squirm.patterns I entered:
>
> regex http://outlook\.company\.net/(.*)
> http://postmaster:passmaster@outlook.company.net/\1
>
> --------
> 1. Is this pattern correct? Because it does not seem to function
> 2. How can I make it possible for "everybody" to use the squirm redirector?
> (and not limit it to a cless C adress)

Why use such a complicated redirector for such a simple job?

#!/usr/bin/perl -p
BEGIN { $| = 1; }
s%http://outlook\.company\.net%http://user:password@outlook.company.net%;
Received on Thu Jul 05 2001 - 04:53:49 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:01 MST