Package: polipo
Version: 1.0.4-1
Severity: normal
There is a web server in current domain:
$ host alloc
alloc.office.cyber.com.au CNAME soy.office.cyber.com.au
soy.office.cyber.com.au A 192.168.155.19
Using Polipo I get a spurious 504 when using an unqualified host name:
$ curl -I http://alloc/
HTTP/1.1 504 Host alloc lookup failed: Host not found
Connection: keep-alive
Date: Thu, 08 Jan 2009 23:59:55 GMT
Content-Type: text/html
Content-Length: 512
Expires: 0
Cache-Control: no-cache
Pragma: no-cache
$ curl -I http://alloc.office.cyber.com.au
HTTP/1.1 302 Found
Date: Fri, 09 Jan 2009 00:02:08 GMT
Server: Apache/2.0.53 (Fedora)
X-Powered-By: PHP/5.2.6
Location: /home/home.php?
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
However it works correctly without Polipo:
$ env -u http_proxy curl -I http://alloc
HTTP/1.1 302 Found
Date: Fri, 09 Jan 2009 00:02:38 GMT
Server: Apache/2.0.53 (Fedora)
X-Powered-By: PHP/5.2.6
Location: /home/home.php?
Connection: close
Content-Type: text/html; charset=UTF-8
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages polipo depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
polipo recommends no packages.
polipo suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]