`

fastcgi部署

阅读更多

//install lighttp

tar -xzvf lighttp

./configure --prefix=/usr/local/lighttpd-1.4.13/ --without-pcre --without-pcrelib --without-pcreinc

make;make install;


//install fastcgi

./configure

make;make install;


//free-tds

./configure --with-tdsver=8.0 --enable-msdblib --enable-dbmfix --with-gnu-ld --enable-shared --enable-static

make;make install;

分享到:

相关推荐

Global site tag (gtag.js) - Google Analytics