すみません、サーバー設定初心者です。
基本的な質問で恐縮ですが、SSLの設定ができず困っています。
すみませんが、アドバイスをお願いいたします。
環境:
・AWS EC2
・Amazon Linux AMI 2017.03.0 (HVM), SSD Volume Type
・apacheインストール済み
・SSLはRapidSSL Wildcard
状況
・既に証明書と秘密鍵を中間証明書をサーバーに設置したので、ssl.confを設定しようと思い、/etc/httpd/conf.d/配下に行くとssl.confがない。ファイル検索しても出てこず。
・サイトで調べると、mod_ssl をインストールしたタイミングで「/etc/httpd/conf.d/ssl.conf が作られているはず」とあったので、mod_sslがインストールされているか調べるとインストールされていなかったので、
yum install mod_ssl
を実行。
・すると↓こんな画面が出てきてインストールできてなさそうな状態。
[root@ip-10-0-1-106 conf]# yum install mod_ssl Loaded plugins: priorities, update-motd, upgrade-helper amzn-main | 2.1 kB 00:00 amzn-updates | 2.3 kB 00:00 Resolving Dependencies --> Running transaction check ---> Package mod_ssl.x86_64 1:2.2.31-1.8.amzn1 will be installed --> Processing Dependency: httpd = 2.2.31-1.8.amzn1 for package: 1:mod_ssl-2.2.31-1.8.amzn1.x86_64 --> Processing Dependency: httpd-mmn = 20051115 for package: 1:mod_ssl-2.2.31-1.8.amzn1.x86_64 --> Running transaction check ---> Package httpd.x86_64 0:2.2.31-1.8.amzn1 will be installed --> Processing Dependency: httpd-tools = 2.2.31-1.8.amzn1 for package: httpd-2.2.31-1.8.amzn1.x86_64 --> Processing Dependency: apr-util-ldap for package: httpd-2.2.31-1.8.amzn1.x86_64 --> Running transaction check ---> Package apr-util-ldap.x86_64 0:1.4.1-4.17.amzn1 will be installed ---> Package httpd-tools.x86_64 0:2.2.31-1.8.amzn1 will be installed --> Processing Conflict: httpd24-tools-2.4.25-1.68.amzn1.x86_64 conflicts httpd-tools < 2.4.25 --> Processing Conflict: httpd24-2.4.25-1.68.amzn1.x86_64 conflicts httpd < 2.4.25 --> Finished Dependency Resolution Error: httpd24-tools conflicts with httpd-tools-2.2.31-1.8.amzn1.x86_64 Error: httpd24 conflicts with httpd-2.2.31-1.8.amzn1.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@ip-10-0-1-106 conf]#
初歩的な質問で大変恐縮なのですが、アドバイスをお願いいたします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/06/14 03:09