[squid-users] Redirector for squid

2006-04-06 Thread Matteo Villari
Hallo all. Does anyone know if exists a Windows native redirector for squid? The one written in perl Works, but i'd like to have a standalone redirector... Thank you very much, Matteo Villari

Re: [squid-users] Redirector for squid

2006-04-06 Thread Stefano Del Furia
Hi, we are planing to develop a native redirector for squid written in C# and .NET and we will glad to have suggestion and feature's request. Thanks Stefano In data Thu, 06 Apr 2006 16:10:07 +0200, Matteo Villari [EMAIL PROTECTED] ha scritto: Hallo all. Does anyone know if exists a

[squid-users] redirector for squid

2004-03-09 Thread James Zhao
Does anyone have a very simple but working redirector for squid 2.3? All I want to do is redirect any URL to just one fixed URL. Thanks. James Zhao [EMAIL PROTECTED]

Re: [squid-users] redirector for squid

2004-03-09 Thread Henrik Nordstrom
On Tue, 9 Mar 2004, James Zhao wrote: Does anyone have a very simple but working redirector for squid 2.3? All I want to do is redirect any URL to just one fixed URL. #!/bin/sh while read request; do echo http://the.fixed.url done Regards Henrik