linux apche服务

Posted gp8860

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux apche服务相关的知识,希望对你有一定的参考价值。

部署apche服务的步骤:

准备环境:

  关闭防火墙 :service iptables stop

        设置开机关闭防火墙:chkconfig iptables off

  关闭selinux :setenforce 0

        设置开机关闭selinux :修改配置文件 vim /etc/sysconfig/selinux  将配置文件中  

        SELINUX = disabled

  配置ip地址

安装软件包 yum install httpd 

修改配置文件 vim /etc/httpd/conf/httpd.conf

重启服务

测试

 

以上是关于linux apche服务的主要内容,如果未能解决你的问题,请参考以下文章

如何linux查看apche连接数

安装apche服务

安装apche服务

安装apche服务

搭建本地apche服务器

[高危预警]Apche solr全版本XXE远程命令执行漏洞