Admin-Stress wrote:

> Hi David,
> 
> Thanks, I followed your suggestion, and it's working fine now.
> 
> About this test, what I need is to test the http server it self, not a
> website.
> 
> I meant, in one http server, can host more than one website (name based
> virtual hosting?). So, if www.google.com and www.google.net in one http
> server, and accidently www.google.com removed, but www.google.net still
> exist, my test to www.google.com will fail ... and the http server is
> working fine.
> 
> That's why I prefer to use telnet port 80 for this purpose, by catching
> </html>
> 
> Any other idea?
> 

Oh, i see what you mean. i misunderstood you in your first post. sorry!
yes you are right that a http server can host multiple web sites. but your 
telnet port 80 method still won't catch it. for example, it's not strictly 
neccessary for a web server to listen to 80. 

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to