Thanks much. Worked like a charm. I could have sworn that I'd already tried this solution. I'm losing my mind.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Zachery Bir Sent: Wednesday, February 06, 2002 10:47 AM To: seb bacon Cc: Aaron Gillette; zope@zope.org Subject: Re: [Zope] Apache/Zope/VHM/SSL
On Wednesday, February 6, 2002, at 11:40 , seb bacon wrote:
On Wed, 2002-02-06 at 16:30, abg@comco-inc.com wrote:
I've got Apache listening on ports 80 and 443 (using mod_ssl), and Zope running on port 8080. I'm using SiteAccess with Enhanced VirtualHostMonster to host several sites in Zope.
I'd like to have my Zope managers log into the ZMI using SSL, and am trying to accomplish this with rewrite rules. Here's an example:
<VirtualHost xx.xx.xxx.xxx:443> SSLEngine On SSLCertificateFile openssl/bin/manage.foobar.com.cert SSLCertificateKeyFile openssl/bin/manage.foobar.com.key ServerName manage.foobar.com RewriteEngine On RewriteRule ^/(.*)
http://manage.foobar.com:8080/VirtualHostBase/http/manage.foobar.com:80/ Virt ualHostRoot/$1 [P] </VirtualHost>
^ manage.foobar.com:443 -------------------------------------------------
And I've found that it still acts funky unless you specify https between VirtualHostBase and the FQDN. Zachery Bir <zbir@urbanape.com> <URL:http://www.urbanape.com/> _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )