<!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.1170" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>I'm starting to get 
desperate: seems none of the Virtual Hosting how-to's fit my needs 
:-(</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=027452013-11082003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>I simply need to 
make Apache 1.3.27 (with mod_rewrite &amp; mod_proxy loaded) redirect port 8080 
to port 80. So my Zope CMF sites run on <A 
href="http://www.planetinterior.be:8080/foo">www.planetinterior.be:8080/foo</A>&nbsp;&amp; 
rmw.planetinterior.be:8080/foo2, but I need it to be known to the outside world 
as <A 
href="http://www.planetinterior.be/foo">www.planetinterior.be/foo</A>&nbsp;&amp; 
rmw.planetinterior.be/foo2. </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=027452013-11082003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>Below you can find 
the last lines of my httpd.conf:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=027452013-11082003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>NameVirtualHost 
194.78.49.253</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>&lt;VirtualHost 
194.78.49.253&gt; <BR>ServerName <A 
href="http://www.planetinterior.be">www.planetinterior.be</A><BR>RewriteEngine 
On<BR>RewriteRule ^/(.*) <A 
href="http://localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/$1">http://localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/$1</A> 
[L,P]<BR>&lt;/VirtualHost&gt;</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=027452013-11082003>&lt;/IfDefine&gt;<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>What can be wrong? 
VHM is installed in the root. Is it the order of things to install, or 
restarting (though i tried this already, Apache &amp; zope)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=027452013-11082003>Since this is a 
production site, i need to be up &amp; running ASAP!</DIV></SPAN></FONT>
<P><FONT face=Arial><FONT size=1><SPAN class=027452013-11082003>Thanks in 
advance,</SPAN><BR>_______________________________________________<BR>Tim 
Willems - Architect<BR>Planet Interior bvba<BR>Brouwerijstraat 16<BR>2200 
Noorderwijk<BR>Belgium<BR><BR>mob: +32 (0)496 532377<BR>tel: +32 (0)14 
279396<BR>fax: +32 (0)14 264790<BR>email: 
tim@planetinterior.com<BR><BR>portfolio: www.planetinterior.com<BR><BR>This 
email and any attached files are confidential and may be legally privileged. If 
you are not the intended recipient, any disclosure, reproduction, copying, 
distribution, or other dissemination or use of this communication is strictly 
prohibited.&nbsp;If you have received this transmission in error please notify 
the sender immediately and then delete this email. Email transmission cannot be 
guaranteed to be secure or error free as information could be intercepted, 
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.&nbsp; 
The sender therefore is in no way liable for any errors or omissions in the 
content of this message, which may arise as a result of email transmission. If 
verification is required, please request a hard copy.<BR></FONT></FONT></P>
<DIV>&nbsp;</DIV></BODY></HTML>