Listing 3 HTTP response headers
HTTP/1.1 200 OK
Date: Mon, 01 May 2006 09:48:34 GMT
Server: Apache/1.3.33 (Debian GNU/Linux)
Last-Modified: Mon, 01 May 2006 08:23:35 GMT
ETag: "69f97-148a-4455c587"
Accept-Ranges: bytes
Content-Length: 5258
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Description" CONTENT="The initial installation of Debian apache.">
<TITLE>Placeholder page</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
<H1>Placeholder page</H1>
<H2>If you are just browsing the web</h2>
...snip...
|