localhost# localhost# telnet localhost 80 Trying ::1... Connected to localhost.compuspec.net. Escape character is '^]'. GET /robots.txt HTTP/1.0 HTTP/1.1 200 OK Date: Fri, 03 Jun 2005 02:38:17 GMT Server: Apache Last-Modified: Sun, 03 Apr 2005 19:09:00 GMT ETag: "16597d7-21-f9d56b00" Accept-Ranges: bytes Content-Length: 33 Connection: close Content-Type: text/plain; charset=ISO-8859-1 User-agent: * Disallow: /manual Connection closed by foreign host. localhost# localhost# localhost# localhost# telnet localhost 80 Trying ::1... Connected to localhost.compuspec.net. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Fri, 03 Jun 2005 02:45:33 GMT Server: Apache <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http: //www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Connection: close Content-Type: text/html; charset=ISO-8859-1 Connection closed by foreign host. localhost# localhost# localhost# localhost# telnet localhost 80 Trying ::1... Connected to localhost.compuspec.net. Escape character is '^]'. POST /robots.txt HTTP/1.0 HTTP/1.1 200 OK Date: Fri, 03 Jun 2005 02:47:58 GMT Server: Apache Last-Modified: Sun, 03 Apr 2005 19:09:00 GMT ETag: "16597d7-21-f9d56b00" Accept-Ranges: bytes Content-Length: 33 Connection: close Content-Type: text/plain; charset=ISO-8859-1 User-agent: * Disallow: /manual Connection closed by foreign host. localhost# localhost# localhost# localhost# localhost# telnet localhost 80 Trying ::1... Connected to localhost.compuspec.net. Escape character is '^]'. PUT /test HTTP/1.0 HTTP/1.1 403 Forbidden Date: Fri, 03 Jun 2005 02:50:20 GMT Server: Apache Content-Length: 275 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /test on this server.</p> <hr> <address>Apache Server at Roger.HallsHome.com Port 80</address> </body></html> Connection closed by foreign host. localhost# localhost# localhost# localhost# telnet localhost 80 Trying ::1... Connected to localhost.compuspec.net. Escape character is '^]'. DELETE /test HTTP/1.0 HTTP/1.1 403 Forbidden Date: Fri, 03 Jun 2005 02:52:27 GMT Server: Apache Content-Length: 275 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /test on this server.</p> <hr> <address>Apache Server at Roger.HallsHome.com Port 80</address> </body></html> Connection closed by foreign host. localhost# localhost#
|