FreeBSD下安装Apache

pipu

关注

阅读 141

2022-08-30


下载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)

0 0 举报