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 hackerReceived 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