Apache2でSSLの設定をしていたら、起動時に以下のエラーが出た。
(Apacheのエラーログに記録されている。)
[error] Illegal attempt to re-initialise SSL for server (theoretically shouldn't happen!)
"SSLEngine"ディレクティブは、VirtualHost内に書かないとダメらしい。
ポート443向けのVirtualHost内に"SSLEngine On"を記載することで正常に起動。
# SSL Engine Switch: # Enable/Disable SSL for this virtual host.
confに、ちゃんと書かれてありました・・・(^^;