Ask a Question related to Debian, Design and Development.
-
Frank Langanke #1
apt-proxy
Hi.
I'd like to install several Debian-Boxes behind our company's firewall.
However for every http- or ftp-access to the internet I've to
authenticate. I got apt-get going with the following configuration, taken
from the apt.conf:
ftp
{
Proxy "ftp://firewall.company.de";
ProxyLogin
{
"USER [email]anonymous@ftp.de.debian.org[/email] firewall_user";
"PASS firewall_passwd";
"PASS anonymous";
}
};
This works for apt-get, how do I enable such a login-procedure for
apt-proxy ? I tried to set the http_proxy and ftp_proxy variables like
ftp_proxy=ftp://firewall_user:firewall_passwd@firewall.company.de/, but
with no success.
Maybe someone got an idea,
Frank.
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Frank Langanke Guest
-
IE 7 and Proxy
In a corporate environment where multiple proxies are available. Going to internet options and entering the ip address of the proxy each time is a... -
PHP as web proxy ?
Hi, I need to use a PHP app as a sort of a web proxy To be more specific: I have a mailserver with own web server and web interface. What ... -
Proxy and non Proxy configurations
HEllo people im having a big trouble with Web apps Recently (6 months ago) i´ve installed the webApps on a production server, and all works very... -
ftp proxy in php
hi anyone know of an FTP proxy, preferably written in PHP? i need to be able to upload via a remote server (where the proxy will run) - in order... -
IPA behind proxy
Is there a way to retrieve IP address behind a proxy? Mhaxx -
Chris Halls #2
Re: apt-proxy
On Tue, Aug 05, 2003 at 11:08:56PM +0200, Frank Langanke wrote:
apt-proxy just uses wget for http/ftp, so if it works with wget it should> This works for apt-get, how do I enable such a login-procedure for
> apt-proxy ? I tried to set the http_proxy and ftp_proxy variables like
> ftp_proxy=ftp://firewall_user:firewall_passwd@firewall.company.de/, but
> with no success.
work with apt-proxy. You need to place the http_proxy line at the bottom of
apt-proxy.conf, as shown in the example distributed with the package:
# HTTP/FTP proxy: apt-proxy uses wget to retreive files. Wget uses
# the http_proxy and ftp_proxy environment variables, which can be set
# like this:
#export http_proxy=http://proxy:8080/
#export ftp_proxy=http://proxy:8080/
Chris
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Chris Halls Guest



Reply With Quote

