[squid-users] Mapquest and Perl redirector

From: Joe <synecoro@dont-contact.us>
Date: Wed, 29 Nov 2006 06:42:59 -0800 (PST)

Please I need some help with this specific site. I am using the latest Squid version but the problem can be reproduced in older versions too. After a page was changed on www.mapquest.com, the objects on the site are appearing all scrambled. Using a debug window, the error is coming from: http://ar.atwola.com/file/adsWrapper.js adSetExt('aoladp') ===================================== Here is my redirect Perl script: #!/usr/bin/perl $|=1; while (<>) { if (/.*\.mapquest\..*/ ) { print; next;} if (/.*\.mapquestdirect\..*/ ) { print; next;} if (/.*\.yahoo\..*/ ) { print; next;} print "http://internal_server\n"; } ===================================== Can I bypass the redirector? Or can somebody give me another solution in order to allow access to this site? Thanks Thnaks Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Received on Wed Nov 29 2006 - 07:43:08 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST