<div>ok - I've got further on with this which is great but not the final bit...</div>
<div>&nbsp;</div>
<div>Using the below&nbsp;as a test before re-writing to a secure port I get the zope pop-up password prompt which then gives me the three-panes of the admin screen.</div>
<div>&nbsp;</div>
<div>*However* these panes all fill with 404s, page not found which seems strange considering I am able to get the login and front page ok..</div>
<div>&nbsp;</div>
<div>
<p>NameVirtualHost xxx.xxx.x.x:80<br>&lt;VirtualHost xxx.xxx.x.x:80&gt;<br>ServerName <a href="http://dev.domain.com">dev.domain.com</a><br>RewriteEngine On<br>RewriteRule ^/manage(.*) <a href="http://xxx.xxx.x.x:8090/manage/VirtualHostBase/http/dev.domain.com:80/VirtualHostRoot/$1">
http://xxx.xxx.x.x:8090/manage/VirtualHostBase/http/dev.domain.com:80/VirtualHostRoot/$1</a> [L,P]<br>&lt;/VirtualHost&gt;</p><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/17/06, <b class="gmail_sendername">michael nt milne</b> &lt;<a href="mailto:michael.milne@gmail.com">michael.milne@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="DIRECTION: ltr">Thanks alot. I didn't realise you could do this within the RewriteRule directive. Cheers.</div>
<div style="DIRECTION: ltr"><span class="e" id="q_10aa7bb021da0178_1"><br><br>
<div><span class="gmail_quote">On 4/16/06, <b class="gmail_sendername">Carlos Daniel Ruvalcaba Valenzuela</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:clsdaniel@egresados.itnogales.edu.mx" target="_blank">
 clsdaniel@egresados.itnogales.edu.mx</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hello, why don't you write a Rule inside the VirtualDomain instead of <br>having it's own location, something like this will do:
<br><br>I think that what you want is tu use Mod Proxy to pass request from<br>Apache+SSL yo your Zope.<br><br>Anyways, I think it would be better to not use Location just to redirect <br>from mod_rewrite as it can be done without it.
<br><br>&lt;VirtualHost xx.x.xxx.xxx&gt;<br>ServerName <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.net/" target="_blank">www.domain.net</a><br>RewriteEngine On<br>RewriteRule ^/manage(.*)
<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.co.uk:8080/manage/VirtualHostBase/https/www.domain.net:443/VirtualHostRoot$1" target="_blank">http://www.domain.co.uk:8080/manage/VirtualHostBase/https/www.domain.net:443/VirtualHostRoot$1
</a> [L,P]<br>&lt;/VirtualHost&gt;<br><br>--------------------<br>Carlos Daniel Ruvalcaba<br><br>On Fri, 2006-04-14 at 16:52 +0100, michael nt milne wrote: <br>&gt; Hi<br>&gt;<br>&gt; I've got various virtual hosts running but am having a few issues
<br>&gt; getting the administration site on <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.com:8080/manage" target="_blank">www.domain.com:8080/manage</a> to go<br>&gt; through Apache. I want to route this all through SSL. What I can get
<br>&gt; is the admin for the *individual site* but not all the sites listed<br>&gt; under a Zope instance.<br>&gt;<br>&gt; I'm trying to use &lt;location&gt;&lt;/location&gt; to put a request for <br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.com/manage" target="_blank">
www.domain.com/manage</a> through to <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.com:8080/manage" target="_blank">www.domain.com:8080/manage</a> in Zope<br>&gt; and then back out through port 443. I haven't set up the SSL 
<br>&gt; certificates yet.<br>&gt;<br>&gt; Here's what I've got so far which isn't working quite as planned.<br>&gt; Anyone achieved this at all?<br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; NameVirtualHost xx.x.xxx.xxx:80<br>&gt; &lt;VirtualHost 
xx.x.xxx.xxx:80&gt;<br>&gt; ServerName <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.net/" target="_blank">www.domain.net</a><br>&gt; &lt;location /manage&gt;<br>&gt; RewriteEngine On<br>
&gt; RewriteRule ^/(.*)<br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.domain.co.uk:8080/manage/VirtualHostBase/https/www.domain.net:443/VirtualHostRoot/$1" target="_blank">http://www.domain.co.uk:8080/manage/VirtualHostBase/https/www.domain.net:443/VirtualHostRoot/$1
</a> [L,P]<br>&gt; &lt;/location&gt;<br>&gt; &lt;/VirtualHost&gt;<br>&gt;<br>&gt; --<br>&gt; michael<br>&gt; _______________________________________________ <br>&gt; Zope maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Zope@zope.org" target="_blank">
Zope@zope.org</a><br>&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.zope.org/mailman/listinfo/zope" target="_blank">http://mail.zope.org/mailman/listinfo/zope</a><br>&gt; **&nbsp;&nbsp; No cross posts or HTML encoding!&nbsp;&nbsp;** 
<br>&gt; (Related lists -<br>&gt;&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.zope.org/mailman/listinfo/zope-announce" target="_blank">http://mail.zope.org/mailman/listinfo/zope-announce</a>
<br>&gt;&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.zope.org/mailman/listinfo/zope-dev" target="_blank">http://mail.zope.org/mailman/listinfo/zope-dev </a>)<br><br></blockquote></div><br>
<br clear="all"><br></span></div>
<div style="DIRECTION: ltr">-- <br>&nbsp;</div>
<div style="DIRECTION: ltr"><span class="sg">michael </span></div></blockquote></div><br><br clear="all"><br>-- <br>michael