dockerのapacheのSSLがエラー
Invalid command ‘SSLCipherSuite’, perhaps misspelled or defined by a module not included in the server configuration
このようなエラーが出た時、モジュールが足りない。
Apacheのbuild時に以下モジュールをインストールしてやる
a2enmod ssl
タグ: docker
サーバーやWEB問題解決のメモから生活お得情報まで。未分類のものは執筆中
Invalid command ‘SSLCipherSuite’, perhaps misspelled or defined by a module not included in the server configuration
このようなエラーが出た時、モジュールが足りない。
Apacheのbuild時に以下モジュールをインストールしてやる
a2enmod ssl
タグ: docker