CentOSをつかって自宅サーバを構築−Webサーバ・Mailサーバ・Sambaサーバ etc

poundのインストール

# yum --enablerepo=dag -y install pound

poundを実行するユーザーの追加

# useradd -s /sbin/nologin -d /root pound

pound.cfgの編集

# vi /etc/pound.cfg

起動スクリプトの作成

# vi /etc/rc.d/init.d/pound

SSLの設定

# cd /usr/local/etc
# openssl genrsa -des3 -out server-key.pem 1024
# openssl rsa -in server-key.pem -out server-key.pem
# openssl req -new -key server-key.pem -x509 -out pound.pem -days 365
# cat server-key.pem >> pound.pem

Wiki内検索

フリーエリア

管理人/副管理人のみ編集できます