「Apache Module mod ssl」の版間の差分
提供: セキュリティ
(→関連項目) |
|||
行24: | 行24: | ||
== 関連項目 == | == 関連項目 == | ||
+ | {{apache}} | ||
− | + | {{ca}} | |
− | + |
2014年2月20日 (木) 23:30時点における版
Apache module mod_ssl は、SSL の Apache HTTP Serverのモジュールです。
読み方
もっどえすえすえる
概要
Webサービスでセキュアな通信が求められるときに、HTTPS でサービスするときに利用します。
インストール
FreeBSD の場合は、Apache 2 をインストールするときに、 make config の画面で mod_ssl にチェックを入れてビルドします。
FreeBSDにインストールする場合
ports コレクションからインストールする場合
cd /usr/ports/www/apache22 sudo make install clean
pkgコマンドでインストールする場合
sudo pkg install apache22
portmasterコマンドでインストールする場合
sudo portmaster -y -d /usr/ports/www/apache22
portinstallコマンドでインストールする場合
sudo portinstall /usr/ports/www/apache22
使い方
関連項目
- Webサーバ
- Mod モジュール
- ModSecurity
- Apache Module mod ssl
- Apache mod spdy