Hi,

I got Zope 2.3b1 running on port 8080 at 10.0.1.20, a SiteRoot in 
/MySite with base='http://10.0.1.21/' and path='/', and the following 
Apache directives:

Listen 10.0.1.21:80

<VirtualHost 10.0.1.21>
     ServerName MySite
     ProxyPass / http://10.0.1.20:8080/MySite/
     ProxyPassReverse / http://10.0.1.20:8080/MySite/
     ProxyPass /misc_ http://10.0.1.20:8080/misc_
     ProxyPass /p_ http://10.0.1.20:8080/p_
</VirtualHost>

The problem is that the SiteRoot affects the whole Zope site, not 
just things inside MySite.

http://10.0.1.20:8080/ returns index_html from the top of Zope, but 
http://10.0.1.20:8080/manage returns the content of MySite instead of 
the top directory.

What's going on here? How can a SiteRoot affect content above itself?
-- 
Itai Tavor                    "Je sautille, donc je suis."
C3Works    [EMAIL PROTECTED]              - Kermit the Frog

"If you haven't got your health, you haven't got anything"


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to