<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>TR: Issue using Apache 2.0.x and Virtual Host behind Zope 2.7</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hello to you all</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I try to use Zope 2.7.x behind Apache 2.0.x under Linux (kernel 2.6.x) - Mandrake 10 .</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Zope works fine alone : ip 192.168.1.1 on port 8090/myzopeinstance</FONT>
<BR><FONT SIZE=2 FACE="Arial">Apache works fine alone : ip 192.168.1.1 on port 80</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I've create under Linux other IP addresses (i.e. 192.168.1.10) on the same NIC and all works fine.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I want to call the virtual IP adress 192.168.1.10:80 and access to my Zope instance (it will be the only address and port number </FONT></P>

<P><FONT SIZE=2 FACE="Arial">that appear in the browser, due to security reason across the routers), but I have only the text in my web page. </FONT>
<BR><FONT SIZE=2 FACE="Arial">My pictures don't appear, and when I clic to some links on my web page, the browser (Mozilla) tells me :</FONT>
<BR><FONT SIZE=2 FACE="Arial">the document contains no data. Have I forgoten some &quot;aliases&quot; ?</FONT>
<BR><FONT SIZE=2 FACE="Arial">For testing, i've tried to do the same stuff with &quot;manage&quot; instead of &quot;myzopeinstance&quot; and I've in my browser</FONT>
<BR><FONT SIZE=2 FACE="Arial">only the 3 blank frames, with three times &quot;the document contains no data&quot; (but first the browser ask me the login and password).</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Where am I wrong ? Can you help me please ?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">On my Zope instance I've declared VirtualHostMonster with nothing else.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">On my Apache config commonhttp.conf :</FONT>
<BR><FONT SIZE=2 FACE="Arial">NameVirtualHost *:80</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;VirtualHost 192.168.1.10:80&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; DocumentRoot /usr/local/Zope-2.7.0/myzopeinstance/</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; ServerSignature On</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; RewriteEngine On</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; RewriteRule ^/(.*) <A HREF="http://localhost:8090/VirtualHostBase/http/192.168.1.1:80/myzopeinstance/VirtualHostRoot/$1" TARGET="_blank">http://localhost:8090/VirtualHostBase/http/192.168.1.1:80/myzopeinstance/VirtualHostRoot/$1</A> [L,P]</FONT></P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; RewriteLogLevel 9</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; ErrorLog /var/log/httpd/16.101-error.log</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; CustomLog /var/log/httpd/16.101-access.log combined</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; RewriteLog /var/log/httpd/16.101-rewrite.log</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; LogLevel info</FONT>
<BR><FONT SIZE=2 FACE="Arial">#&nbsp;&nbsp;&nbsp; ProxyVia on</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;/VirtualHost&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I've read all documentation through the internet but I haven't found anything about that issue.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Regards</FONT>
</P>

</BODY>
</HTML>