[Zope] modify 'Server' response header

2007-05-03 Thread Jens-Erik Hansen
Hi,

is there a way to control the 'Server' response header in ZServer like it 
could be done with the ServerTokens directive in apache?

In an apache - squid - zope configuration I tried apache's mod_headers but 
this only works if the page is cached in the browser (304 Not Modified), a 
browser-reload for example reveals ZServer.

Does anyone know how to accomplish this without modifying any zope code?
 
Thanks
Jens
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] invalid id items

2006-11-29 Thread Jens-Erik Hansen
Hi! 

I would like to use boa constructor for zope (zope 2.9.4-final) debugging. In 
boa you can define a zope connection to inteact with the zope server. 
Starting a boa zope connection boa creates a zoa folder in the zope root 
containing a couple of objects. Apparently boa also tries to create an object 
with the id items but this fails. Zope tells me that The id items is 
invalid - it is already in use..

I tried to find the already existing object with id items but without 
success.

Please can anyone give me a hint where I can find this object or how I can 
solve this problem?

Thank you very much. 
Jens
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )