<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: HowTo: apt-get hinter einem Proxy Server mit Ubuntu</title>
	<atom:link href="http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/</link>
	<description>Die Welt aus den Augen eines Webmuckel</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:34:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Dirk</title>
		<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/comment-page-1/#comment-1889</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Thu, 12 Jan 2012 08:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fladi.de/?p=26#comment-1889</guid>
		<description>Zu apt-get und Proxy gibt es eig. nur eines:
/etc/apt/apt.conf

Acquire::http::Proxy &quot;http://proxy.adresse.de:port&quot;; 
Acquire::ftp::Proxy &quot;http://proxy.adresse.de:port&quot;;


oder die Langfassung (http://debiananwenderhandbuch.de/apt.conf.html):


// Options for the downloading routines
Acquire
{
  Queue-Mode &quot;host&quot;;       // host&#124;access
  Retries &quot;0&quot;;
  Source-Symlinks &quot;true&quot;;
  
  // HTTP method configuration
  http 
  {
    Proxy &quot;http://127.0.0.1:3128&quot;;
    Proxy::http.us.debian.org &quot;DIRECT&quot;;  // Specific per-host setting
    Timeout &quot;120&quot;;
    Pipeline-Depth &quot;5&quot;;
    
    // Cache Control. Note these do not work with Squid 2.0.2
    No-Cache &quot;false&quot;;
    Max-Age &quot;86400&quot;;     // 1 Day age on index files
    No-Store &quot;false&quot;;    // Prevent the cache from storing archives    
  };

  ftp
  {
    Proxy &quot;ftp://127.0.0.1/&quot;;
    Proxy::http.us.debian.org &quot;DIRECT&quot;; // Specific per-host setting

    ProxyLogin
    {
       &quot;USER $(PROXY_USER)&quot;;
       &quot;PASS $(PROXY_PASS)&quot;;
       &quot;USER $(SITE_USER)@$(SITE):$(SITE_PORT)&quot;;
       &quot;PASS $(SITE_PASS)&quot;;
    };
    
    Timeout &quot;120&quot;;
    
    /* Passive mode control, proxy, non-proxy and per-host. Pasv mode
       is prefered if possible */
    Passive &quot;true&quot;;
    Proxy::Passive &quot;true&quot;;
    Passive::http.us.debian.org &quot;true&quot;; // Specific per-host setting
  };
</description>
		<content:encoded><![CDATA[<p>Zu apt-get und Proxy gibt es eig. nur eines:<br />
/etc/apt/apt.conf</p>
<p>Acquire::http::Proxy &#8220;http://proxy.adresse.de:port&#8221;;<br />
Acquire::ftp::Proxy &#8220;http://proxy.adresse.de:port&#8221;;</p>
<p>oder die Langfassung (http://debiananwenderhandbuch.de/apt.conf.html):</p>
<p>// Options for the downloading routines<br />
Acquire<br />
{<br />
  Queue-Mode &#8220;host&#8221;;       // host|access<br />
  Retries &#8220;0&#8243;;<br />
  Source-Symlinks &#8220;true&#8221;;</p>
<p>  // HTTP method configuration<br />
  http<br />
  {<br />
    Proxy &#8220;http://127.0.0.1:3128&#8243;;<br />
    Proxy::http.us.debian.org &#8220;DIRECT&#8221;;  // Specific per-host setting<br />
    Timeout &#8220;120&#8243;;<br />
    Pipeline-Depth &#8220;5&#8243;;</p>
<p>    // Cache Control. Note these do not work with Squid 2.0.2<br />
    No-Cache &#8220;false&#8221;;<br />
    Max-Age &#8220;86400&#8243;;     // 1 Day age on index files<br />
    No-Store &#8220;false&#8221;;    // Prevent the cache from storing archives<br />
  };</p>
<p>  ftp<br />
  {<br />
    Proxy &#8220;ftp://127.0.0.1/&#8221;;<br />
    Proxy::http.us.debian.org &#8220;DIRECT&#8221;; // Specific per-host setting</p>
<p>    ProxyLogin<br />
    {<br />
       &#8220;USER $(PROXY_USER)&#8221;;<br />
       &#8220;PASS $(PROXY_PASS)&#8221;;<br />
       &#8220;USER $(SITE_USER)@$(SITE):$(SITE_PORT)&#8221;;<br />
       &#8220;PASS $(SITE_PASS)&#8221;;<br />
    };</p>
<p>    Timeout &#8220;120&#8243;;</p>
<p>    /* Passive mode control, proxy, non-proxy and per-host. Pasv mode<br />
       is prefered if possible */<br />
    Passive &#8220;true&#8221;;<br />
    Proxy::Passive &#8220;true&#8221;;<br />
    Passive::http.us.debian.org &#8220;true&#8221;; // Specific per-host setting<br />
  };</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Michael</title>
		<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/comment-page-1/#comment-799</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 25 Jan 2010 14:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fladi.de/?p=26#comment-799</guid>
		<description>Danke dafür. Kaum macht man&#039;s richtig funktionierts.</description>
		<content:encoded><![CDATA[<p>Danke dafür. Kaum macht man&#8217;s richtig funktionierts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Korina</title>
		<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/comment-page-1/#comment-391</link>
		<dc:creator>Korina</dc:creator>
		<pubDate>Tue, 28 Jul 2009 12:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fladi.de/?p=26#comment-391</guid>
		<description>Das ist ja sehr interessant.Danke für diese Tipps.Bin schon mal gespannt.</description>
		<content:encoded><![CDATA[<p>Das ist ja sehr interessant.Danke für diese Tipps.Bin schon mal gespannt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: HTC Magic als Modem - Seite 3 - Android-Hilfe.de</title>
		<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/comment-page-1/#comment-389</link>
		<dc:creator>HTC Magic als Modem - Seite 3 - Android-Hilfe.de</dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fladi.de/?p=26#comment-389</guid>
		<description>[...] Man muss n</description>
		<content:encoded><![CDATA[<p>[...] Man muss n</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Fladi</title>
		<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/comment-page-1/#comment-164</link>
		<dc:creator>Fladi</dc:creator>
		<pubDate>Thu, 07 Aug 2008 11:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fladi.de/?p=26#comment-164</guid>
		<description>@Tobias:
Da hast Du (natürlich) Recht. Da habe ich beim Tippen wohl nicht aufgepasst. Habe den Artikel entsprechend korrigiert.</description>
		<content:encoded><![CDATA[<p>@Tobias:<br />
Da hast Du (natürlich) Recht. Da habe ich beim Tippen wohl nicht aufgepasst. Habe den Artikel entsprechend korrigiert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tobias Brisach</title>
		<link>http://www.fladi.de/2007/03/22/howto-apt-get-hinter-einem-proxy-server-mit-ubuntu/comment-page-1/#comment-163</link>
		<dc:creator>Tobias Brisach</dc:creator>
		<pubDate>Thu, 07 Aug 2008 10:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fladi.de/?p=26#comment-163</guid>
		<description>Stimmt nur bedingt: die Variablen sind case sensitive: http_proxy und ftp_proxy, nicht HTTP_PROXY, bzw FTP_PROXY</description>
		<content:encoded><![CDATA[<p>Stimmt nur bedingt: die Variablen sind case sensitive: http_proxy und ftp_proxy, nicht HTTP_PROXY, bzw FTP_PROXY</p>
]]></content:encoded>
	</item>
</channel>
</rss>

