1、整合apache+resin
安装apache:
#./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-so --enable-rewrite --enable-deflate --enable-headers --with-mpm=prefork
#make && make install
2、融合apache与resin
引用
安装apache:
#./configure --prefix=/usr/local/apache --enable-module=most --enable-shared=max --enable-so --enable-rewrite --enable-deflate --enable-headers --with-mpm=prefork
#make && make install
2、融合apache与resin












