[Zope] zope behind apache reverse proxy css and images broken using eduCommons
Tapas Mishra
mightydreams at gmail.com
Wed Jun 9 09:10:31 EDT 2010
On Wed, Jun 9, 2010 at 5:27 PM, Tres Seaver <tseaver at 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
More information about the Zope
mailing list