On Tue, 18 Jul 2000, Masataka_Tanaka wrote:
> Hello,there.
>
> There is a question about the use of cache_peer_access.
>
> [ Platform ] : Solaris2.6
> [ version ] : Squid 2.2 STABLE 3
>
>
> Q1.
> In the case of below, does the column at the position of
> " number of 765 " mean TCP size ??
>
> ( access.log )
>
> 963888212.484 221 43.16.83.46 TCP_MISS/200 765
> GET http://www.ne.jp/ alhito/u.gif -
> FIRST_UP_PARENT/proxy image/gif
765 is the number of bytes that squid wrote to the client.
it includes HTTP headers and body.
>
>
> Q2.
> When we want to use FTP site via proxy(squid base),
> can we do the access control in accordance with suffix??
>
> ex ) only the access to suffix " lzh, zip " is OK.
> Another one is NG.
of course
acl ftp proto ftp
acl ext url_regex zip$ lzh$
http_access allow ftp ext
http_access deny ftp
Received on Mon Jul 17 2000 - 22:54:28 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:32 MST