hmmm - you are still using lwp. here is a 1.0 protocol result via telnet: [root@w7 /root]# telnet www.apache.org 80 Trying 64.125.133.20... Connected to www.apache.org. Escape character is '^]'. HEAD / HTTP/1.0
HTTP/1.1 200 OK Date: Sat, 19 Jan 2002 00:37:03 GMT Server: Apache/2.0.28 (Unix) Accept-Ranges: bytes Content-Length: 5615 Connection: close Content-Type: text/html and a 1.1 version: [root@w7 /root]# telnet www.apache.org 80 Trying 64.125.133.20... Connected to www.apache.org. Escape character is '^]'. HEAD / HTTP/1.1 Host: www.apache.org HTTP/1.1 200 OK Date: Sat, 19 Jan 2002 00:40:12 GMT Server: Apache/2.0.28 (Unix) Cache-Control: max-age=86400 Expires: Sun, 20 Jan 2002 00:40:12 GMT Accept-Ranges: bytes Content-Length: 7810 Content-Type: text/html cliff p.s. my hand entry of the 1.1 protocol is experimental. ;-)) Bill Moseley wrote: > At 01:20 AM 01/19/02 +0100, Markus Wichitill wrote: > >which part of an Apache/mod_perl setup is responsible for extracting META > >tags from generated HTML and adding them as HTTP headers (even with > >PerlSendHeaders Off)? > > That's lwp doing that, not Apache or mod_perl. > > > HEAD http://www.apache.org > 200 OK > Cache-Control: max-age=86400 > Connection: close > Date: Sat, 19 Jan 2002 00:27:10 GMT > Accept-Ranges: bytes > Server: Apache/2.0.28 (Unix) > Content-Length: 7810 > Content-Type: text/html > Expires: Sun, 20 Jan 2002 00:27:10 GMT > Client-Date: Sat, 19 Jan 2002 00:27:17 GMT > Client-Request-Num: 1 > Client-Warning: LWP HTTP/1.1 support is experimental > > -- > Bill Moseley > mailto:[EMAIL PROTECTED] -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/