2009-09-05から1日間の記事一覧

Poundのインストール

軽量簡単リバースプロキシ Pound。 振り分け“だけ”やってくれるところが気に入っている。 OpenSSLが必要。 # apt-get install openssl openssl-devel そして Pound # wget http://www.apsis.ch/pound/Pound-2.4.5.tgz # tar xvfz Pound-2.4.5.tgz # cd Pound…

ntpdate

ntpdate を cron 実行したいタイプなので。ntp http://www.ntp.org/ # wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.4p7.tar.gz # tar zxvf ntp-4.2.4p7.tar.gz # cd ntp-4.2.4p7 # ./configure # make # make install /usr/local/bin/ntpda…