Re: [squid-users] Squid 2.7 problem with url

2012-03-09 Thread Benjamin E. Nichols

Please use Squid 3.x series,

2.7 is ancient.

On 03/09/2012 08:18 PM, Iojan Sebastian wrote:



Clue #1:


Via: 1.1 cache:31280 (Lusca/LUSCA_FMI)


This appears to be Lusca. Not Squid. Lusca is a commercial branch of 
Squid-2.7. Please contact Xenion for Lusca support.


Amos

Sorry, downloaded from google code, compiled, and installed, didn't 
know that it was commercial and/or it was far away from squid.


Thanks
Sebastian






Re: [squid-users] Squid 2.7 problem with url

2012-03-09 Thread Iojan Sebastian



Clue #1:


Via: 1.1 cache:31280 (Lusca/LUSCA_FMI)


This appears to be Lusca. Not Squid. Lusca is a commercial branch of 
Squid-2.7. Please contact Xenion for Lusca support.


Amos

Sorry, downloaded from google code, compiled, and installed, didn't know 
that it was commercial and/or it was far away from squid.


Thanks
Sebastian




Re: [squid-users] Squid 2.7 problem with url

2012-03-09 Thread Amos Jeffries

On 10/03/2012 9:48 a.m., Iojan Sebastian wrote:

Hello
Going though squid in transparent mode
This url is loaded as text in the browser:
http://200.123.152.55/cgi-bin/ft.exe?q=images/edgedesk-logo-big.gif&site=clientes 



Without squid loads an ugly images, but it loads.
I have used wget -S to see server headers, and they both put the 
content-type.
Now I notice that using squid even says Lenght, but connecting to 
server doesn't.

Does anybody have any clue?



Clue #1:


Via: 1.1 cache:31280 (Lusca/LUSCA_FMI)


This appears to be Lusca. Not Squid. Lusca is a commercial branch of 
Squid-2.7. Please contact Xenion for Lusca support.


Amos



[squid-users] Squid 2.7 problem with url

2012-03-09 Thread Iojan Sebastian

Hello
Going though squid in transparent mode
This url is loaded as text in the browser:
http://200.123.152.55/cgi-bin/ft.exe?q=images/edgedesk-logo-big.gif&site=clientes

Without squid loads an ugly images, but it loads.
I have used wget -S to see server headers, and they both put the 
content-type.
Now I notice that using squid even says Lenght, but connecting to server 
doesn't.

Does anybody have any clue?
Thanks in advance,
Sebastian

Ex:
With squid:

root@cache:/var/tmp/test# wget -S 
"http://200.123.152.55/cgi-bin/ft.exe?q=images/edgedesk-logo-big.gif&site=clientes";
--2012-03-09 17:41:13-- 
http://200.123.152.55/cgi-bin/ft.exe?q=images/edgedesk-logo-big.gif&site=clientes

Connecting to 127.0.0.1:31280... connected.
Proxy request sent, awaiting response...
HTTP/1.0 200 OK
Date: Fri, 09 Mar 2012 19:55:34 GMT
Server: Apache/2.0.54 (Fedora)
Content-Type: image/gif
Age: 2739
Content-Length: 4421
X-Cache: HIT from cache.netfly.com.ar
X-Cache-Lookup: HIT from cache.netfly.com.ar:31280
Via: 1.1 cache:31280 (Lusca/LUSCA_FMI)
Connection: close
Length: 4421 (4.3K) [image/gif]
Saving to: “ft.exe?q=images%2Fedgedesk-logo-big.gif&site=clientes.3”

100%[>] 
4,421 --.-K/s in 0s



Without:

root@cache:/var/tmp/test# wget -S 
"http://200.123.152.55/cgi-bin/ft.exe?q=images/edgedesk-logo-big.gif&site=clientes";
--2012-03-09 17:42:50-- 
http://200.123.152.55/cgi-bin/ft.exe?q=images/edgedesk-logo-big.gif&site=clientes

Connecting to 200.123.152.55:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Fri, 09 Mar 2012 20:38:28 GMT
Server: Apache/2.0.54 (Fedora)
Connection: close
Content-Type: image/gif
Length: unspecified [image/gif]
Saving to: “ft.exe?q=images%2Fedgedesk-logo-big.gif&site=clientes.4”

[ <=> ] 4,421 --.-K/s in 0s

2012-03-09 17:42:50 (19.3 MB/s) - 
“ft.exe?q=images%2Fedgedesk-logo-big.gif&site=clientes.4” saved [4421]