Re: Re[2]: [squid-users] ftp

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 11 Apr 2003 17:22:43 +0200

If you configure your browser to use Squid as proxy for ftp then it will
automatically do so (provided you have kept the refresh_pattern settings
recommended in the default configuration).

Regards
Henrik

fre 2003-04-11 klockan 16.14 skrev czesn:
> Hello Henrik,
>
> Friday, April 11, 2003, 3:31:00 PM, you wrote:
>
> HN> fre 2003-04-11 klockan 10.29 skrev czesn:
>
> >> What exactly entry should be done to buffer files downloaded from FTP?
>
> HN> What you mean by "buffer"?
>
> HN> Regards
> HN> Henrik
>
>
> Example:
> When I download file from HTTP, then this file go to the buffer
> (cache) on the proxy server. So if anyone else in my LAN want to download this
> same file from this same adress, in real this file come to him from
> buffer (cache)
>
> Now, I want to do this work also with FTP (not only HTTP)
>
> ------------------------------------------------------------------
> Below is my squid.conf
> -------------------------------------------------------------------
> http_port 8080
> icp_port 0
> acl QUERY urlpath_regex cgi-bin \?
> no_cache deny QUERY
> cache_mem 64 MB
> cache_dir ufs /cache 200 16 256
> redirect_rewrites_host_header off
> #replacement_policy GDSF
> acl localnet src 192.168.1.0/255.255.255.0
> acl localhost src 127.0.0.1/255.255.255.255
> acl Safe_ports port 80 443 210 119 70 21 1025-65535
> acl CONNECT method CONNECT
> acl all src 0.0.0.0/0.0.0.0
> http_access allow localnet
> http_access allow localhost
> http_access deny !Safe_ports
> http_access deny CONNECT
> http_access deny all
> maximum_object_size 12000 KB
> cache_mgr twoj@email
> cache_effective_user squid
> cache_effective_group squid
> log_icp_queries off
> cachemgr_passwd tajnehaselko all
> buffered_logs on
> #EOT
>

-- 
Henrik Nordstrom <hno@squid-cache.org>
MARA Systems AB, Sweden
Received on Fri Apr 11 2003 - 09:22:53 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:56 MST