トップ>Debian関係>DebianにPound(リバースプロキシー、ロードバランサー、httpsフロントエンド)をインストールする。
DebianにPound(リバースプロキシー、ロードバランサー、httpsフロントエンド)をインストールする。~Debian関係
まず、libssl-devをインストールします。# apt-get install libssl-dev
です。
ちなみにOpenSSL(opensslとca-certificates)をインストールする場合は、
# apt-get install openssl ca-certificates
です。
次にpoundをインストールします。
# apt-get install pound
/etc/default/pound を編集し、
startup=1
に設定します。
それから、/etc/pound/pound.cfg を編集します。