[Zope] Pb with object not found

Michel Pelletier michel@digicool.com
Thu, 6 May 1999 14:41:38 -0400


> -----Original Message-----
> From: LAGADEC André [mailto:andre.lagadec@proto.education.gouv.fr]
> Sent: Thursday, May 06, 1999 1:01 PM
> To: zope@zope.org
> Subject: [Zope] Pb with object not found
> 
> 
> Hello to all,
> 
> We have probleme when we test a web site under linux Red hat 5.2 with
> Apache 1.3.3 and zope 1.10.2
> If there is a link to an object which doesn't exist in the database of
> ZOPE, when we try to access this file with a browser, we do 
> not have the
> message "file not found" but the server send a arbitrary page,
> welcome.htm with us !
> 
> Why ? What is the respond of ZOPE if he receive a request 
> from APACHE to
> an objet (a html page) which doesn't exist in the database ?


If Zope does not find an object you ask for, it sends back a 404 not
found response.  I'm not sure where your welcome.htm file is coming
from, but it's not from Zope.

Check your httpd.conf.  Maybe apache is configured to send out a
document whena 404 is generated.

-Michel

> 
> Thanks for help.
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>