a little bit of tech, a little bit of green, to help tame the savage techmachine.

//安装Apache
cd /usr/local/src
tar zxvf httpd-2.0.48.tar.gz
cd httpd-2.0.48
./configure --with-apache=/usr/local/apache --enable-so
make
make install
//Apache安装完成

//安装Resin
cd /usr/local/src
tar zxvf resin-3.0.4.tar.gz
mv resin-3.0.4 /usr/local/resin
cd /usr/local/resin
./configure --with-apache=/usr/local/apache
make
make install
//resin安装完成

最后:修改httpd.conf文件,将默认网页目录改为/usr/local/resin/webapps/ROOT

posted on 2004-11-29 20:16  xyublog  阅读(750)  评论(0编辑  收藏  举报