RE: Undefined hosts being directed to localhost

2004-10-12 Thread Shapira, Yoav
com/> >-Original Message- >From: David Smith [mailto:[EMAIL PROTECTED] >Sent: Monday, October 11, 2004 1:44 PM >To: Tomcat Users List >Subject: Re: Undefined hosts being directed to localhost > >Or as I've seen, kiddies on the internet are looking for an open proxy &

Re: Undefined hosts being directed to localhost

2004-10-11 Thread David Smith
Or as I've seen, kiddies on the internet are looking for an open proxy to hide their tracks or get past firewall rules. I just make sure my server is properly configured not to proxy and ignore it. What they really get from a properly configured server is either (a) a 404 if the requested res

Re: Undefined hosts being directed to localhost

2004-10-11 Thread Hassan Schroeder
Robert Hunt wrote: Okay, I should have remembered about the defaultHost attr of the node. (duh Rob!) However, I'd like to redirect/stop spurious requests that have nothing to do with my hosts; I've gotten a couple requests with "www.yahoo.com" as the requested host. Anyone already got a (or c

AutoReply: Re: Undefined hosts being directed to localhost

2004-10-11 Thread tester
Hello "Tomcat Users List" <[EMAIL PROTECTED]>, This refers to your mail with subject as "Re: Undefined hosts being directed to localhost". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and match it agains

Re: Undefined hosts being directed to localhost

2004-10-11 Thread Robert Hunt
Okay, I should have remembered about the defaultHost attr of the node. (duh Rob!) However, I'd like to redirect/stop spurious requests that have nothing to do with my hosts; I've gotten a couple requests with "www.yahoo.com" as the requested host. Anyone already got a (or cleverly configured

Re: Undefined hosts being directed to localhost

2004-10-10 Thread Hassan Schroeder
Robert Hunt wrote: On Tomcat 5.0.25; I've got a few nodes defined in server.xml: So then, why does a request for host "www.xyz.com" get routed to localhost? Why wouldn't the request get kicked with like a 404 status? If the name resolution for 'www.xyz.com' points to your system and there's no

Undefined hosts being directed to localhost

2004-10-10 Thread Robert Hunt
On Tomcat 5.0.25; I've got a few nodes defined in server.xml: So then, why does a request for host "www.xyz.com" get routed to localhost? Why wouldn't the request get kicked with like a 404 status? - To unsubscribe, e-mail: