[Zope] Proxy only the Zope management interface over SSL?
Dieter Maurer
dieter@handshake.de
Mon, 8 Jul 2002 20:25:24 +0200
Lonnie Maynard writes:
> 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.
What server listens at the HTTPS port of "XXX.YYY.com"?
Almost surely, it is not Zope.
Dieter