Cc'd back to the list.

On 02/07/11 01:37, Mariel Sebedio wrote:
<snip>
-------- Original Message --------
Date:   Fri, 01 Jul 2011 10:18:41 -0300
From:   Mariel Sebedio <snip>


Didn't work.

You understand my problem? could you access with squid at any news in
this page? This page is the goverment news and all date have a diferent
news.

If you have a conexion whit out squid, the news open with out problems,
but through squid not.

If I search in the logs, I look this but i don't see the problem... but
the page is not open.

1309520796.464    415 125.1.1.249 TCP_MISS/302 479 GET
http://www.minplan.gov.ar/notas/1409-nuevo-rcord-consumo-elctrico-ms-21000-megavatios

- DIRECT/200.82.80.228 text/html
1309520796.660    194 125.1.1.249 TCP_MISS/200 522 GET
http://www.minplan.gov.ar/interior/index.php  - DIRECT/200.82.80.228
text/html


redbot.org reports that both of those URLs are not sending Vary: header properly.

They are not cacheable by middleware, yet the 304 indicates that something closer to the client (125.1.1.249) than your Squid is caching it. Possibly the browser cache.

These are significant details, because broken Vary: headers leads to wrong content-type being passed to the browser. This in turn leads to display problems. Your Squid is not appearing to be at fault here, the MISS indicates it is merely a relay in the middle for two successfully completed requests.


That Vary: problem sort of matches up with your described symptoms. Squid relaying the objects fine, but the 304 validation being done on the wrong object variant.

Amos

Any ideas?
Thanks a lot,

Mariel


On 06/30/2011 11:04 PM, Amos Jeffries wrote:
 On 01/07/11 07:14, Mariel Sebedio wrote:
 I Have a lot of proxy over RHEL 5.4 with

 Squid Cache: Version 3.1.12
 configure options: '--prefix=/usr' '--sysconfdir=/etc/squid'
 '--enable-snmp' '--enable-cache-digest' '--enable-err-language=Spanish'
 '--enable-delay-pools' '--disable-ipv6'
 --with-squid=/root/src/squid-3.1.12 --enable-ltdl-convenience

 And I didnot access at news in this page:

 http://www.minplan.gov.ar/contenidos/noticias.html

 All page (De Vido se reunio con el Ministro de Petroleo y Recursos
 Minerales de Arabia Saudita
 
-www.minplan.gov.ar/notas/1397-de-vido-se-reuni-el-ministro-petrleo--y-recursos-minerales-arabia-saudita/El


 Ministro se reunio con los principales empresarios de Arabia Saudita
 
-www.minplan.gov.ar/notas/1395-el-ministro-se-reuni-los-principales-empresarios-arabia-saudita


 , etc)

 The error is "La pagina no existe"

 But if I access whit out squid the page is access with out problem...

 I prove this with out cache (option no-store) but is the same thing.

 Any ideas?


 This error seems to appear when the URL being requests does not
 actually exist. Check for things like re-writers altering the URL as
 it passes through your Squid. Including things like adding extra
 whitespace to the end of the URL.

 Amos


--
Lic. Mariel Sebedio - Division Data Center de Invap S.E. - Tel
(02944)-445400 int 2307



--
Please be using
  Current Stable Squid 2.7.STABLE9 or 3.1.13
  Beta testers wanted for 3.2.0.9

Reply via email to