fre 2007-05-18 klockan 04:36 -0700 skrev Ganesh Balasubramanian:
> Hi all,
>   I've configured squid proxy server 2.6 version.  From my machine, when i 
> access my internal application or internet i found only tcp_miss for all the 
> objects. Seems nothing has been stored in the cache.  Is there any 
> confiugration which i need to set to overcome this.  Kindly help me out to 
> resolve this one
>  
> I've copied the small content placed in my access log file.  
>  
> 1179480490.218  65750 10.0.0.0 TCP_MISS/200 3036 CONNECT 
> external.appstream.com:443 - DIRECT/206.40.36.79 -

Tunneled https requests can not be cached. Encrypted and content not
visible to the proxy.

> 1179480516.906     47 10.0.0.0 TCP_MISS/200 445 POST http://10.0.0.2:9823/ - 
> DIRECT/10.0.0.2 application/octet-stream

POST requests can not be cached as they need to send some data to the
application web server.

> 179481426.562   1953 10.0.0.0 TCP_MISS/401 544 PROPFIND 
> http://loginnet.passport.com/digest.srf? - DIRECT/65.54.183.193 text/html

And PROPFIND also can not be cached, mainly due to the WebDAV working
group not realizing how HTTP caching works or that one might want to
cache WebDAV lookup queries like PROPFIND..  (should have been
implemented using url-namespaces with the GET method to allow caching).

Regards
Henrik

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to