当前位置: 首页 > article >正文

Apache网站部署

站点添加及linux防火墙和selinux启动和停止

apache站点添加

 linux系统防火墙和selinux起停

1、防火墙firewall操作


  查看防火墙的状态,如下(默认开启):
  systemctl status firewalld
  关闭服务

  systemctl stop firewalld
  关闭开机自动开启FireWall服务
  systemctl disable firewalld


  2、selinux操作


  查看SELinux的状态,如下(默认开启):
  getenforce       开启状态为Enforcing
  单次修改,重启失效:
  setenforce 0
  永久修改:
  vi /etc/selinux/config
  # This file controls the state of SELinux on the system.
  # SELINUX= can take one of these three values:
  # enforcing - SELinux security policy is enforced.
  # permissive - SELinux prints warnings instead of enforcing.
  # disabled - No SELinux policy is loaded.
  SELINUX=enforcing 
  # SELINUXTYPE= can take one of three two values:
  # targeted - Targeted processes are protected,
  # minimum - Modification of targeted policy. Only selected processes are protected.
  # mls - Multi Level Security protection.
  SELINUXTYPE=targeted
  将enforcing改为disabled,保存退出


http://www.kler.cn/a/234291.html

相关文章:

  • 如何判定linux系统CPU的核心架构
  • Android Studio更新成2024.1.2版本后旧项目Gradle配置问题
  • Go语言 实现将中文转化为拼音
  • Bugku CTF_Web——文件上传
  • Jmeter基础篇(22)服务器性能监测工具Nmon的使用
  • leetcode hot100【LeetCode 114.二叉树展开为链表】java实现
  • 应用层 HTTP协议(1)
  • 《动手学深度学习(PyTorch版)》笔记8.3
  • 【笔记】Helm-5 Chart模板指南-11 子chart和全局值
  • 学习之旅9------JavaScript面向对象编程(OOP)全面解析
  • 【数据分享】1929-2023年全球站点的逐日降水量数据(Shp\Excel\免费获取)
  • 13.Swift元组
  • C语言第二十二弹---指针(六)
  • LineageOS 线刷包 小米红米 Note 4 (Mido)
  • 从事机器视觉,笔记本电脑该如何选型
  • 基于JSP的网上购书系统
  • Avalonia 虚拟化
  • Golang的for循环变量和goroutine的陷阱,1.22版本的更新
  • 【Java万花筒】加速Java应用程序:探索性能优化的利器
  • python3创建虚拟环境venv
  • 猫头虎分享已解决Bug || Kubernetes Error: Pods ‘pod-name‘ Not Found
  • Go语言每日一练——链表篇(八)
  • 深入了解Redis:选择适用于你的场景的持久化方案
  • IAR报错:Error[Pa045]: function “halUartInit“ has no prototype
  • JVM 性能调优- 五种内存溢出(5)
  • 006集——where语句进行属性筛选——arcgis