had@ace:~$ curl -v www.magnolia.info * About to connect() to www.magnolia.info port 80 (#0) * Trying 213.173.174.15... connected * Connected to www.magnolia.info (213.173.174.15) port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.16.4 (x86_64-pc-linux-gnu) libcurl/7.16.4 OpenSSL/0.9.8e zlib/1.2.3.3 libidn/1.0 > Host: www.magnolia.info > Accept: */* > < HTTP/1.1 302 Moved Temporarily < Date: Mon, 03 Dec 2007 08:56:55 GMT < Server: Apache/1.3.33 (Darwin) mod_jk/1.2.2 mod_ssl/2.8.24 OpenSSL/0.9.7l < Magnolia-Registration: Registered < Location: http://www.magnolia.info/en/magnolia.html < Content-Length: 0 < Content-Type: text/html;charset=UTF-8 < * Connection #0 to host www.magnolia.info left intact * Closing connection #0 -------------------------------------------------------------- had@ace:~/tmp$ curl -v http://magnolia.info/en/about-magnolia/reference-sites.html >out.txt * About to connect() to magnolia.info port 80 (#0) * Trying 213.173.174.15... connected * Connected to magnolia.info (213.173.174.15) port 80 (#0) > GET /en/about-magnolia/reference-sites.html HTTP/1.1 > User-Agent: curl/7.16.4 (x86_64-pc-linux-gnu) libcurl/7.16.4 OpenSSL/0.9.8e zlib/1.2.3.3 libidn/1.0 > Host: magnolia.info > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 03 Dec 2007 09:25:42 GMT < Server: Apache/1.3.33 (Darwin) mod_jk/1.2.2 mod_ssl/2.8.24 OpenSSL/0.9.7l < Magnolia-Registration: Registered < Last-Modified: Thu, 29 Nov 2007 01:14:10 GMT < Content-Length: 40961 < Content-Type: text/html;charset=UTF-8 < { [data not shown]