[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:26428] Re: ftp proxy setting of apt.conf
うちは potato ですが、apt のバージョンは
woody, sid と同じようなので参考までに。
From: tach@debian.or.jp (Taku YASUI)
Date: Mon, 15 Jan 2001 22:18:04 +0900
> unstable(sid) と testing(woody) のおはなしです.
>
> ftp の proxy の設定を apt.conf でしようと思ったのですが,どうも
> うまく設定できないようです.HTTP と同じように設定してはダメで
> しょうか.
>
> Acquire::http::Proxy "http://cache:8080/";
> Acquire::ftp::Proxy "http://cache:8080/";
>
> と設定してあります.HTTP は proxy 経由でいきますが,ftp は,
> 接続に行ってそのままタイムアウトしてしまいます.
man apt.conf してみると
It is possible to proxy FTP over HTTP by setting
the ftp_proxy environment variable to a http url -
see the discussion of the http method above for
syntax. You cannot set this in the configuration
file and it is not recommended to use FTP over HTTP
due to its low efficiency.
とあるので、apt と ftp proxy が http で通信する
場合は apt.conf ではなくて環境変数 ftp_proxy で proxy を
指定する必要があるみたいです。
---
谷川裕樹 Hiroki TANIKAWA
e-mail: tanh@xxxxxxxxxxxxxxx