Apache Invalid command ‘SSLPassPhraseDialog’, perhaps misspelled or defined byの解決方法
環境
Apache 2.4
エラーメッセージ
Invalid command 'SSLPassPhraseDialog’, perhaps misspelled or defined by a module not included in the server configuration
操作方法
1.mod_ssl.soの存在確認
# find /etc/httpd/modules/ -name mod_ssl.so
2.yumでmod_sslをインストールする
# yum -y install mod24_ssl
3.再度確認
# find /etc/httpd/modules/ -name mod_ssl.so
/etc/httpd/modules/mod_ssl.so
4.apacheを起動する
# /sbin/service httpd start