[Zope] zope + apache +ssl question

Dieter Maurer dieter@handshake.de
Mon, 9 Sep 2002 20:31:08 +0200


Ruslan Spivak writes:
 > Can anybody explain me how to setup apache + zope + ssl + vhm?
 > 
 > I've set up apache + zope + vhm. It works just fine. But how to add ssl
 > to this stuff?
Read the Apache documentation about SSL support.

In the usual case, Zope is almost unaffected by SSL: in your Apache
rewrite rule for VHM, you simply replace "https" for "http"
and port "443" for "80".


Dieter