<em>My question (mainly to Jerry): is it possible to do https virtual hosting, ie: one slave with http, and one slave with https ?
</em>
<p>No, you can't do this, because the SSL handshake takes place before the Host: header is transferred, so the virtual hosting modules can't know which server to hand the request to.
</p>