On Wed, Jun 12, 2002 at 09:09:29PM -0400, Cliff Woolley wrote: > > And what's with this? > > root@deepthought:/root# telnet cvs.apache.org 80 > Trying 63.251.56.143... > Connected to cvs.apache.org. > Escape character is '^]'. > GRRR / HTTP/1.0 > Host: cvs.apache.org
% telnet localhost 8080 Trying 127.0.0.1... Connected to localhost.localdomain. GRRR / HTTP/1.0 Host: localhost HTTP/1.1 501 Method Not Implemented .... This is with HEAD. The only local mod I have is a revamped ap_get_client_block (which I plan on committing once I get time). I did check cvs.apache.org and it does return 500. So, it's either something we already fixed (I didn't see a commit that said it fixed this) or it is a config/module problem... Can anyone else reproduce this? -- justin
