Got SSL working; I was mostly able to just copy in the directives from my SSL <VirtualHost> that was in /etc/httpd/httpd.conf into /etc/apache2/extra/httpd-ssl.conf; I did have to uncomment one line in /etc/apache2/httpd.conf to include the above SSL configuration, and I had to edit the paths to my server certificates and copy them into /etc/apache2/ssl.key/.
I am getting this warning (IP elided), but it seems to be working, so...
Code:
sudo apachectl configtest
[Fri Oct 26 23:55:32 2007] [warn] NameVirtualHost xxx.yyy.zzz.qqq:443 has no VirtualHosts
Syntax OK