8 Jul
2002
8 Jul
'02
2:06 a.m.
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