[Zope] Proxy only the Zope management interface over SSL?

Lonnie Maynard lmaynard@ontap.com
Sun, 07 Jul 2002 20:06:37 -0600


I am curious if someone has found a way to proxy only the Zope management 
interface over SSL while leaving the tier 3 pages open. I am fronting Zope 
with Apache. httpd.conf looks like this. 

<VirtualHost XXX.YYY.com>
  ......
  ReWriteEngine on
  ReWriteRule ^(.+)/manage https://XXX.YYY.com/$1/manage [R,L]
  ProxyPass / http://ZZZ.YYY.com:8080/
  ProxyPassReverse / http://ZZZ.YYY.com:8080/
</VirtualHost> 

Proxy works fine, but rewrite rule doesn't work correctly. I'm also not sure 
Zope will get along with this anyway. Thanks for any information. 

Lonnie Maynard