27 May
2001
27 May
'01
9:11 a.m.
Only problem: This gives you SSL-only. If you want both https: and plain http: from the same server, you will either have to use Apache or two ZServers and ZEO.
Nope, single instance of Zope gives you both [...]
Sorry, I didn't know that yet.
The above (using the latest snapshot) gives you a http server on 8080, a https server on 8443, a WebDAV-source-port server (for broken WebDAV clients) on 8081, and a WebDAV-source-port-over-https server on 8444.
Cool. But this was not the case in the earlier versions, right?
You also get xmlrpc-over-https with the https server on 8443. The SSL support in Python 2.1 doesn't do servers.
Ok. That is a major restriction ;-) Joachim