lighttpd

SKIPをlighttpdで動かす

ここでは、OS起動と同時にSKIPが立ち上がる事を目的とし、 ruby ./script/server -p [initial_settings.ymlで指定したSKIP起動ポート] -e productionで正しく動作する事を確認したSKIPをlighttpdで動かす方法を書きます。 また、この作業をする上でSKIPは停…

lighttpd+FCGI環境の構築

checkinstall、rpmforgeについてはrpmforgeの追加を見て下さい。 FastCGIの導入 # wget 'http://www.fastcgi.com/dist/fcgi.tar.gz' # tar zxvf fcgi-2.4.0.tar.gz # cd fcgi-2.4.0 # ./configure --prefix=/usr # make # checkinstall # rpm -ivh /usr/src/…