A Test Document

This document is going to be compressed automatically when located in the ./compressed directory. If you have a browser that can automatically read compressed data, then you will not see any difference when opening the compressed version. To see the difference, try telneting to port 80 and retrieving the document like this:
 % telnet www.modperl.com 80
 Trying 207.198.250.44...
 Connected to modperl.com.
 Escape character is '^]'.
 GET /perl_conference/compressed/compress_test.html HTTP/1.0

 HTTP/1.1 200 OK
 Date: Sun, 02 May 1999 20:40:46 GMT
 Server: Apache/1.3.5-dev (Unix) mod_perl/1.18_01-dev Perl/5.00556
 Content-Encoding: gzip
 Connection: close
 Content-Type: text/html

 lots of compressed data follows
If your browser cannot read compressed data, then you will see the compressed data. Save the page to disk and try to open it with Zip or Gzip.
Lincoln D. Stein, lstein@cshl.org
Cold Spring Harbor Laboratory
Last modified: Sun May 2 16:42:01 EDT 1999