> 
> 
> He wants to know if it is possible to just keep the
> visited URL, not all of the contents logged; for example
> you visit http://foo.com and he does not want the 
> http://foo.com/dog.gif to appear in the access.log, so that
> not all files belonging to that site are shown in the log.
> 
> hope that's right
> 
 
 
If you use a browser , for that site, which by what browser do
as design will load the start page for that site.
But squid does not know what a webpage is only browsers know about webpages.

If you do for instance 

  % wget http://www.bbc.co.uk/

you will not see that behavior.
As for squid which treats all urls  the same there is no difference between :

    http://www.bbc.co.uk/
and http://www.bcc.co.uk/start.gif

and hence since they are just url's for squid, they are handled and logged
in the same manner.

The log format is described in :

  http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.6

  M.

Reply via email to