beno - wrote:
Therefore, it would appear that the requests coming from these clients aren't reaching Zope. DO YOU AGREE WITH THAT CONCLUSION?
However, if they *aren't* reaching Zope, why do they receive a screen message like this: "Zope \n Welcome to Web.vi" where web.vi is my personal site?
That seems to be a page you have set up in the root of your Zope instance. You get if you access the server by IP: http://202.71.106.119 http://202.71.106.119:8080/ And it is served out of Zope. Here is the HTTP response: --- HTTP/1.x 200 OK Server: Zope/(Zope 2.7.8-final, python 2.3.5, freebsd5) ZServer/1.1 Date: Thu, 17 Aug 2006 06:29:33 GMT Content-Length: 164 Content-Type: text/html --- Any chance your unlucky clients are using another domain or subdomain to reach the site? A domain/subdomain that are not picked up by VHM which could be why Zope is serving from its root? /Anton