<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a question of virtual host monster in 
combination with a virtual plone site, in combination with an apache 
site</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have an url <A 
href="http://212.100.163.214:8080/help">http://212.100.163.214:8080/help</A>&nbsp; 
that should be directed to <A 
href="http://212.100.163.214/help">http://212.100.163.214/help</A>&nbsp;&nbsp;&nbsp; 
: this means that everytime i go to the url or <A 
href="http://212.100.163.214/help">http://212.100.163.214/help</A> , I should 
arrive to <A 
href="http://212.100.163.214:8080/help">http://212.100.163.214:8080/help</A>&nbsp;&nbsp;&nbsp; 
, which is a zope site. I have installed vhm in the root folder of <A 
href="http://212.100.163.214:8080">http://212.100.163.214:8080</A> and i have as 
httpd.conf zope-part : </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>LoadModule proxy_module 
/usr/lib/apache/1.3/libproxy.so</FONT></DIV>
<DIV><FONT face=Arial size=2>AddModule mod_proxy.c</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;VirtualHost 
212.100.163.214&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ServerAdmin <A 
href="mailto:johan.boeckx@be.easynet.net">johan.boeckx@be.easynet.net</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
DocumentRoot 
/opt/jffnms/htdocs<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ServerName managedrouters.easynet.be<BR>&lt;/VirtualHost&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;VirtualHost *&gt;<BR>ServerName 
managedrouters.easynet.be/help<BR>ServerAdmin <A 
href="mailto:johan.boeckx@be.easynet.net">johan.boeckx@be.easynet.net</A><BR>ServerAlias 
managedrouters.easynet.be/help<BR>ProxyPass / <A 
href="http://212.100/163.214:8080/VirtualHostbase/http/managedrouters.easynet.be:80/help/VirtualHostRoot/">http://212.100/163.214:8080/VirtualHostbase/http/managedrouters.easynet.be:80/help/VirtualHostRoot/</A><BR>ProxyPassReverse 
/ <A 
href="http://212.100/163.214:8080/VirtualHostbase/http/managedrouters.easynet.be:80/help/VirtualHostRoot/">http://212.100/163.214:8080/VirtualHostbase/http/managedrouters.easynet.be:80/help/VirtualHostRoot/</A><BR></DIV></FONT>
<DIV><FONT face=Arial size=2>&lt;/VirtualHost&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Nevertheless, when i try to access <A 
href="http://212.100.163.214/help/">http://212.100.163.214/help/</A>&nbsp; , I 
see in the logs of apache : </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[Thu Jan&nbsp; 6 22:53:18 2005] [error] [client 
81.188.66.90] File does not exist: /opt/jffnms/htdocs/help</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>, which is the document root of the first site, 
while i need to arrive on the plone-site.</FONT></DIV>
<DIV><FONT face=Arial size=2>Anybody know what i do wrong ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Greetings,</FONT></DIV>
<DIV><FONT face=Arial size=2>Johan</DIV></FONT></FONT></DIV></BODY></HTML>