差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| linux:httpd:virtualhost_sni_redirect [2021/03/23 05:33] – ともやん | linux:httpd:virtualhost_sni_redirect [2023/06/01 05:55] (現在) – [Apache 全体の SSL の設定] ともやん | ||
|---|---|---|---|
| 行 144: | 行 144: | ||
| ==== Apache 全体の SSL の設定 ==== | ==== Apache 全体の SSL の設定 ==== | ||
| - | <code> | + | < |
| - | $ sudo vi /etc/httpd/conf.d/ssl.conf | + | $ sudo vi / |
| - | </code> | + | </ |
| - | <file autoconf /etc/httpd/conf.d/ssl.conf> | + | <file autoconf / |
| # SNIに未対応のブラウザ用の設定 | # SNIに未対応のブラウザ用の設定 | ||
| SSLStrictSNIVHostCheck off | SSLStrictSNIVHostCheck off | ||
| - | </file> | + | </ |
| ==== monsters-g.com SSL の設定(問題の発生する設定) ==== | ==== monsters-g.com SSL の設定(問題の発生する設定) ==== | ||