码迷,mamicode.com
首页 > Web开发 > 详细

httpd 安装

时间:2016-12-24 23:12:12      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:extract   figure   art   conf   apach   extra   rac   class   com   

官网地址:http://httpd.apache.org/docs/2.4/

Download    Download the latest release from http://httpd.apache.org/download.cgi
Extract    $ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NN
Configure    $ ./configure --prefix=PREFIX
Compile    $ make
Install    $ make install
Customize    $ vi PREFIX/conf/httpd.conf
Test    $ PREFIX/bin/apachectl -k start

 

httpd 安装

标签:extract   figure   art   conf   apach   extra   rac   class   com   

原文地址:http://www.cnblogs.com/xiluhua/p/6218595.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!