HTTPD2.4的安装与配置详解 (2)

创建httpd的系统用户

image-20191031140758612

解压

image-20191031141035998

安装

image-20191031141058822


image-20191031141924951


image-20191031142015313

cd httpd-2.4.10 ./configure --prefix=http://www.likecs.com/usr/local/apache --sysconf=http://www.likecs.com/etc/httpd2.4 --enable-ssl --enable-cgi --enable-rewrite --with-zlib --with-pcre --with-apr=http://www.likecs.com/usr/local/apr --with-apr-util=http://www.likecs.com/usr/local/apr-util --enable-modules=most --enable-mpms-shared=all --with-mpm=prefork make && make install

生成httpd控制脚本(手动编写或修改自带控制脚本)

image-20191031142652950


image-20191031142854142

#chkconfig: 35 85 21 #设定默认启动级别3、5,85为启动优先级 21为关闭优先级,数字越小,优先级越高 #description:wwww #描述信息

添加环境变量

image-20191031143029560


image-20191031143157535


image-20191031143231421

export PATH=http://www.likecs.com/usr/local/apache/bin:$PATH

自定义启动deflate和rewrite模块并修改servername属性

image-20191031143424176


image-20191031143540405


image-20191031143621572


image-20191031143817850

启动服务并设定开机自启

image-20191031143907790


image-20191031144424744


也可以使用apachectl命令进行控制

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgffzf.html