|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Weird Apache Log
|
> I must have a proxy running, this is the only thing that makes sense.
I wouldn't panic; this appears to be how Apache normally handles
this situation:
[mct@quint ~]$ telnet www.apache.org http
Trying 64.125.133.20...
Connected to www.apache.org.
Escape character is '^]'.
GET http://www.ebay.com/ HTTP/1.0
HTTP/1.1 200 OK
Date: Wed, 19 Dec 2001 00:15:45 GMT
Server: Apache/2.0.28 (Unix)
Accept-Ranges: bytes
Content-Length: 5303
Connection: close
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache Project Development Site</TITLE>
...
-mct
|
|