Thanks alot. I didn't realise you could do this within the RewriteRule directive. Cheers.<br><br><div><span class="gmail_quote">On 4/16/06, <b class="gmail_sendername">Carlos Daniel Ruvalcaba Valenzuela</b> &lt;<a href="mailto:clsdaniel@egresados.itnogales.edu.mx">
clsdaniel@egresados.itnogales.edu.mx</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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 href="http://www.domain.net">www.domain.net</a><br>RewriteEngine On<br>RewriteRule ^/manage(.*)<br><a href="http://www.domain.co.uk:8080/manage/VirtualHostBase/https/www.domain.net:443/VirtualHostRoot$1">
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 href="http://www.domain.com:8080/manage">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 href="http://www.domain.com/manage">www.domain.com/manage</a> through to <a href="http://www.domain.com:8080/manage">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 href="http://www.domain.net">www.domain.net</a><br>&gt; &lt;location /manage&gt;<br>&gt; RewriteEngine On<br>&gt; RewriteRule ^/(.*)<br>&gt; <a href="http://www.domain.co.uk:8080/manage/VirtualHostBase/https/www.domain.net:443/VirtualHostRoot/$1">
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 href="mailto:Zope@zope.org">Zope@zope.org</a><br>&gt; <a href="http://mail.zope.org/mailman/listinfo/zope">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 href="http://mail.zope.org/mailman/listinfo/zope-announce">http://mail.zope.org/mailman/listinfo/zope-announce</a><br>&gt;&nbsp;&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-dev">http://mail.zope.org/mailman/listinfo/zope-dev
</a> )<br><br></blockquote></div><br><br clear="all"><br>-- <br>michael