Postfix邮件服务器搭建(七)

来源:互联网 发布:spss modeler mac 编辑:程序博客网 时间:2024/06/03 23:42
安装httpd-2.2.4
[root @ test root] # tar jxvf httpd-2.2.4.tar.bz2
[root @ test root] # cd httpd-2.2.4
[root @ test httpd-2.2.4] #./configure 
--prefix=/usr/local/apache --enable-so --enable-ssl 
--with-ssl=/usr/local/ssl --enable-track-vars --enable-rewrite --with-zlib 
--enable-mods-shared=most   --enable-suexec                —with-suexec-caller=daemon  
[root @ test httpd-2.2.4] # make 
[root @ test httpd-2.2.4] # make install
[root @ test httpd-2.2.4] # echo "/usr/local/apache/bin/apachectl start" >> /etc/rc.local(系统启动时服务自动启动)
0 0