nginxのインストール
SPDYオプションを有効にしてのインストール wget http://nginx.org/download/nginx-1.4.2.tar.gz wget http://www.openssl.org/source/op… Read More »
SPDYオプションを有効にしてのインストール wget http://nginx.org/download/nginx-1.4.2.tar.gz wget http://www.openssl.org/source/op… Read More »
Webサーバーのディスク容量が手狭になったので拡張してみました。 以下参考サイト http://se-suganuma.blogspot.jp/2009/04/centoslvmvmwarehdd.html… Read More »
openssl genrsa -des3 -out server.Key 1024openssl req -new -out server.csropenssl req -new -key server.Key -out… Read More »
vi /etc/dhcpd.conf # DHCP Server Configuration file.# see /usr/share/doc/dhcp*/dhcpd.conf.sample# see ‘m… Read More »