Apache源码安装
2019-11-13 08:19:36来源:博客园 阅读 ()
Apache源码安装
1 下载安装包
apr-1.7.0.tar.gz
apr-util-1.6.1.tar.gz
pcre-8.43.tar.gz
httpd-2.4.41.tar.gz
https://github.com/purple910/Linux
2 解压
tar -zxf apr-1.7.0.tar.gz
tar -zxf apr-util-1.6.1.tar.gz
tar -zxf pcre-8.43.tar.gz
tar -zxf httpd-2.4.41.tar.gz
3 添加httpd对于apr,apr-util,pcre的依赖
cp -r apr-1.7.0 httpd-2.4.41/srclib/apr
cp -r util-1.6.1 httpd-2.4.41/srclib/apr-util
cp -r pcre-8.43 httpd-2.4.41/srclib/pcre
4 安装apr
cd apr-1.7.0
gedit configure(将 $RM "$cfgfile" 注释掉)
./configure --prefix=/usr/local/src/apr
make && make install
5 安装apr-util
cd .././apr-util-1.6.1
./configure –prefix=/usr/local/src/apr-util –with-apr=/usr/local/src/apr
make && make install
(如果报错 缺少expat.h)
yum install -y expat-devel.x86_64
6 安装prce
cd .././ pcre-8.43
./configure –prefix=/usr/local/src/pcre
make && make install
7 安装httpd
cd .././ httpd-2.4.41
./configure --with-included-apr --sysconfdir=/etc/httpd --prefix=/usr/local/src/apache2.4 --with-apr=/usr/local/src/apr --with-apr-util=/usr/local/src/apr-util --with-pcre=/usr/local/src/pcre --enable-so --enable-unixd --enable-rewrite
make && make install
8 关闭防火墙
server firewall stop
9 编辑httpd的配置文件
vim /etc/httpd/httpd.conf
#ServerName www.example.com:80
ServerName 172.0.0.1:80
10 添加apache的快捷方式
cp /usr/local/src/apache2.4/bin/apachectl /etc/init.d/httpd
ln -s /etc/init.d/httpd /etc/rc.d/S85httpd
11 修改httpd
vim /etc/rc.d/init.d/httpd
# chkconfig: 345 85 15
# description: Activates/Deactivates Apache Web Server
12 运行httpd
server httpd start
AH00558: httpd: Could not reliably determine the server's fully qualified domain name,using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
原文链接:https://www.cnblogs.com/purple910/p/11848359.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:重置密码
- 安装Zabbix5.0 2020-06-10
- windows10安装配置WSL(Ubuntu) 2020-06-07
- 在已经编译安装好php7场景下 安装php openssl扩展 2020-06-06
- 在已经编译安装好php7场景下安装curl扩展 2020-06-06
- 在已经编译安装好php7场景下,install gd库 with free-type 2020-06-06
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash