[Zope] Virtual Hosts

Michele Marcionelli michele.marcionelli at math.ethz.ch
Mon Feb 14 06:18:34 EST 2005


Hello Lists,

I'm using VirtualHostMonster and Apache to manage different Virtual  
Hosts. Everything works perfect except the case where I want Zope to  
serve the contents of http://www.mysite.com/zope and the rest by  
Apache.

In my httpd.conf I have following:
RewriteRule ^/zope/(.*)  
http://localhost:8080/VirtualHostBase/http/www.mysite.com:80/ 
VirtualHostRoot/_vh_zope/$1 [P,L]

Now: If I try to add a "Silva Document" within the "Silva Management  
Interface" the URL redirects to:

	https://www.mysite.com/zope/silva/edit/add_object? 
meta_type=Silva%2520Folder
	(-> and then I get a System problem...)

instead of

	https://www.mysite.com/zope/silva/edit/add_object? 
meta_type=Silva%20Folder

See: %2520 instead of %20

Is this an error of mine (my configuration/setup), a bug of Silva or  
VirtualHostMonster or...?

Greetings,
Michele Marcionelli
-- 
Michele Marcionelli - webmaster at math - Phone: +41 1 632 6193
Address: HG G 14 - Raemistrasse 101 - 8092 Zürich - Switzerland


More information about the Zope mailing list