[squid-users] relocation rewrites

From: <joaquin.domenech@dont-contact.us>
Date: Thu, 21 Mar 2002 15:35:57 +0100

Hi all,

I have squid reverse proxy installed and the next problem:

due to a relocation, the proxy is sending the internal ip of one server to
the client. I am trying to solve this with the location_rewrite_program tag.

in my squid.conf:

location_rewrite_program /usr/local/squid/bin/3.pl

and 3.pl:

#!/usr/local/bin/perl
$|=1;
while (<>) {
        s@http://10\.20\.30\.40@http://nameof.theserver.com@;
        print;
}

This is not solving the problem, maybe the rule is not correct for location
rewrites.
Does anybody know what i am missing ?
any suggestion or idea ?

Thanks in advance.

===========================================================
De verzonden informatie is uitsluitend bestemd voor de geadresseerde
natuurlijke persoon of rechtspersoon en bevat mogelijk vertrouwelijke en/of
geprivilegeerde gegevens. Met uitzondering van de geadresseerde persoon is
het niet toegestaan de informatie openbaar te maken, te kopiëren, te
verspreiden of anderszins actie te ondernemen op basis van de informatie.
Indien u de informatie abusievelijk heeft ontvangen, neem dan contact op met
de afzender en verwijder de informatie uit alle computers. Dutchtone staat
niet in voor de juiste en complete verzending van de informatie, noch is zij
aansprakelijk voor de vertraagde ontvangst hiervan.

The information transmitted is intended exclusively for the person or entity
to which it is addressed and may contain confidential and/or privileged
material. Any disclosure, copying, distribution or other action based upon
the information by persons or entities other than the intended recipient is
prohibited. If you receive this information in error, please contact the
sender and delete the material from any and all computers. Dutchtone does
not warrant a proper and complete transmission of this information, nor does
it accept liability for any delays.
===========================================================
Received on Thu Mar 21 2002 - 07:36:04 MST

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