Package: approx
Version: 5.3-1
Severity: important

Approx does not follow HTTP redirects for HTTP HEAD requests. It instead
enters a loop retrying the original URL several times until it times
out. I discovered this by using apt-file update against a approx proxy
configured to use http.debian.net.

Gaudenz

Example request for: 

wget -O /dev/null --spider 
http://localhost:9999/backports/dists/squeeze-backports/Contents-amd64.gz
(--spider results in wget using a HEAD request)

With approx configured to directly connect to backports.debian.org:
backports       http://backports.debian.org/debian-backports/

Dec  6 16:08:08 meteor approx[15238]: Connection from 127.0.0.1 port 56285
Dec  6 16:08:08 meteor approx[15238]: Request: HEAD 
/backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:08:08 meteor approx[15238]:   User-Agent: Wget/1.13.4 (linux-gnu)
Dec  6 16:08:08 meteor approx[15238]:   Accept: */*
Dec  6 16:08:08 meteor approx[15238]:   Host: localhost:9999
Dec  6 16:08:08 meteor approx[15238]:   Connection: Keep-Alive
Dec  6 16:08:08 meteor approx[15238]:   => cache miss
Dec  6 16:08:08 meteor approx[15238]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://backports.debian.org/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:08:08 meteor approx[15238]:   HTTP/1.1 200 OK
Dec  6 16:08:08 meteor approx[15238]:   Date: Thu, 06 Dec 2012 15:08:08 GMT
Dec  6 16:08:08 meteor approx[15238]:   Server: Apache
Dec  6 16:08:08 meteor approx[15238]:   Last-Modified: Sun, 02 Dec 2012 
16:35:52 GMT
Dec  6 16:08:08 meteor approx[15238]:   ETag: "2d8022-2075c5-4cfe139d9aa00"
Dec  6 16:08:08 meteor approx[15238]:   Accept-Ranges: bytes
Dec  6 16:08:08 meteor approx[15238]:   Content-Length: 2127301
Dec  6 16:08:08 meteor approx[15238]:   Content-Type: application/x-gzip
Dec  6 16:08:08 meteor approx[15238]: Proxy response
Dec  6 16:08:08 meteor approx[15238]:   Content-Type: text/plain
Dec  6 16:08:08 meteor approx[15238]:   Status: 200
Dec  6 16:08:08 meteor approx[15238]:   Last-Modified: Sun, 02 Dec 2012 
16:35:52 GMT
Dec  6 16:08:08 meteor approx[15238]:   Content-Length: 2127301
Dec  6 16:08:08 meteor approx[15238]: 
http://backports.debian.org/debian-backports//dists/squeeze-backports/Contents-amd64.gz:
 delivered


With approx configured to use http.debian.net and thus receiving a redirect 
(cached result deleted between tests):
backports       http://http.debian.net/debian-backports/

Dec  6 16:09:49 meteor approx[15297]: Connection from 127.0.0.1 port 56292
Dec  6 16:09:49 meteor approx[15297]: Request: HEAD 
/backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:49 meteor approx[15297]:   User-Agent: Wget/1.13.4 (linux-gnu)
Dec  6 16:09:49 meteor approx[15297]:   Accept: */*
Dec  6 16:09:49 meteor approx[15297]:   Host: localhost:9999
Dec  6 16:09:49 meteor approx[15297]:   Connection: Keep-Alive
Dec  6 16:09:49 meteor approx[15297]:   => cache miss
Dec  6 16:09:49 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:50 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:50 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:49 GMT
Dec  6 16:09:50 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:50 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:50 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:50 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:50 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:50 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:50 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:50 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:50 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:50 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:50 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:50 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:50 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:50 GMT
Dec  6 16:09:50 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:50 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:50 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:50 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:50 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:50 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:50 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:50 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:50 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:50 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:50 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:50 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:50 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:50 GMT
Dec  6 16:09:50 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:50 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:50 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:50 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:50 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:50 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:50 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:50 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:50 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:50 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:50 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:50 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:50 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:50 GMT
Dec  6 16:09:50 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:50 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:50 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:50 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:50 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:50 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:50 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:50 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:50 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:50 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:50 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:50 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:50 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:50 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:51 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:51 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:51 GMT
Dec  6 16:09:51 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:51 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:51 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:51 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:51 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:51 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:51 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:51 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:51 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:51 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:51 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:51 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:51 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:51 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:51 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:51 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:51 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:51 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:51 GMT
Dec  6 16:09:51 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:51 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:51 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:51 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:51 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:51 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:51 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:51 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:51 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:51 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:51 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:51 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:51 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:51 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:51 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:51 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:52 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:52 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:52 GMT
Dec  6 16:09:52 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:52 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:52 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:52 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:52 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:52 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:52 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:52 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:52 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:52 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:52 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:52 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:52 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:52 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:52 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:52 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:52 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:52 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:52 GMT
Dec  6 16:09:52 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:52 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:52 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:52 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:52 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:52 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:52 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:52 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:52 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:52 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:52 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:52 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:52 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:52 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:52 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:52 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:53 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:53 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:53 GMT
Dec  6 16:09:53 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:53 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:53 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:53 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:53 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:53 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:53 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:53 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:53 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:53 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:53 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:53 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:53 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:53 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:53 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:53 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:53 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:53 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:53 GMT
Dec  6 16:09:53 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:53 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:53 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:53 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:53 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:53 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:53 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:53 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:53 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:53 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:53 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:53 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:53 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:53 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:53 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:53 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:54 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:54 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:53 GMT
Dec  6 16:09:54 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:54 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:54 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:54 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:54 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:54 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:54 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:54 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:54 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:54 meteor approx[15297]:   X-Population: 1
Dec  6 16:09:54 meteor approx[15297]:   X-Closest-Distance: 0.916700000000002
Dec  6 16:09:54 meteor approx[15297]:   X-Distance: 0.916700000000002
Dec  6 16:09:54 meteor approx[15297]:   X-Match-Type: country
Dec  6 16:09:54 meteor approx[15297]:   Location: 
http://debian.ethz.ch/debian-backports/dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:54 meteor approx[15297]:   Content-Type: text/plain
Dec  6 16:09:54 meteor approx[15297]: Command: /usr/bin/curl --fail --silent 
--header "Pragma: no-cache"  --head 
"http://http.debian.net/debian-backports//dists/squeeze-backports/Contents-amd64.gz";
Dec  6 16:09:54 meteor approx[15297]:   HTTP/1.1 302 Moved Temporarily
Dec  6 16:09:54 meteor approx[15297]:   Date: Thu, 06 Dec 2012 15:09:54 GMT
Dec  6 16:09:54 meteor approx[15297]:   Server: Apache/2.2.16 (Debian)
Dec  6 16:09:54 meteor approx[15297]:   Vary: x-web-demo,Accept-Encoding
Dec  6 16:09:54 meteor approx[15297]:   X-IP: 84.253.30.238
Dec  6 16:09:54 meteor approx[15297]:   X-AS: 44038
Dec  6 16:09:54 meteor approx[15297]:   X-URL: 
dists/squeeze-backports/Contents-amd64.gz
Dec  6 16:09:54 meteor approx[15297]:   X-Arch: amd64
Dec  6 16:09:54 meteor approx[15297]:   X-Country: CH
Dec  6 16:09:54 meteor approx[15297]:   X-Continent: EU
Dec  6 16:09:54 meteor approx[15297]:   X-Std-Dev: 0
Dec  6 16:09:54 meteor approx[15297]:   X-Population: 1

(here the log ends in the middle of a request)

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages approx depends on:
ii  adduser                           3.113+nmu3
ii  cdebconf [debconf-2.0]            0.175
ii  curl                              7.26.0-1
ii  debconf [debconf-2.0]             1.5.46
ii  libc6                             2.13-37
ii  libpcre3                          1:8.30-5
ii  openbsd-inetd [inet-superserver]  0.20091229-2
ii  rsyslog [system-log-daemon]       5.8.11-2
ii  update-inetd                      4.43

approx recommends no packages.

Versions of packages approx suggests:
pn  libconfig-model-approx-perl  <none>

-- Configuration Files:
/etc/approx/approx.conf changed:
debian          http://http.debian.net/debian/
backports       http://http.debian.net/debian-backports/
security        http://security.debian.org/debian-security/
$max_redirects  10
$offline        true
$verbose        true
$debug          true


-- debconf information:
  approx/port: 9999


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to