0
点赞
收藏
分享

微信扫一扫

FreeBSD下安装Apache


下载httpd-2.2.3.tar.gz


#cd /usr/local/src


#tar zxvf httpd-2.2.23.tar.gz


#cd httpd-2.2.3


首先配置


#./config\


   


?--enable-shares=max\


?--enable-module=rewrite\


?--enable-module=so


#make


#make install

#/usr/local/apache/bin/httpd -k start/stop/restart

举报

相关推荐

0 条评论