9 Sep
2002
9 Sep
'02
6:31 p.m.
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