9 Jun
2010
9 Jun
'10
1:10 p.m.
On Wed, Jun 9, 2010 at 5:27 PM, Tres Seaver <tseaver@palladion.com> wrote:
The "best practice"[1] is to use mod_rewrite in conjunction with mod_proxy, e.g.: Thanks for clearing that out.
RewriteEngine On RewriteRule ^/(.*) \ URLA/VirtualHostBase/http/%{HTTP_HOST}:80/rootfolder/VirtualHostRoot/$1\ [L,P] Just one confusion about the syntax here HTTP_HOST will be replaced by internal IP or hostname where Zope is serving the pages so should I use %{ } or replaces it by the hostname
http://betabug.ch/zope/witch A lot of thanks for this link.
-- Tapas