Re: RealNames problems

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 18 Apr 2000 22:34:35 +0200

Matt Foster wrote:

> I'm currently unable to get Squid to duplicate the "Realnames" behaviour
> that the Netscape proxy provides. Below are a converstation with a NS proxy,
> and then with a squid proxy. Can anyone tell me how to get Squid to do the
> realnames stuff?

You can implement it in a redirector helper process.

Quick and dirty example:

#!/usr/bin/perl -p
BEGIN { $|=1; }
s%^http://acme(/|$)%302:http://www.acme.com$1%;

--
Henrik Nordstrom
Squid hacker
Received on Tue Apr 18 2000 - 15:05:44 MDT

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