On Wed, Jun 9, 2010 at 5:27 PM, Tres Seaver <[email protected]> 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
_______________________________________________
Zope maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )