Apache工作模式介绍Apache作为现今web服务器用的最广泛也是最稳定的开源服务器软件其工作模式有许多种,源码包安装httpd时可查看httpd-mpm.conf文件,该文件位于extra/conf目录中目前主要有三种模式:event模式prefork模式worker模式event工作模式介绍event是Apache最新的工作模式,它和worker模式很像,不同的是在于它解决了keep-al
分类:
Web程序 时间:
2019-11-12 11:01:08
阅读次数:
91
1、被系统自带的防火墙阻止(firewalld) 先临时关闭防火墙:systemctl stop firewalld 再永久关闭: systemctl disable firewalld 查询是否关闭:systemctl is-enabled firewalld.service 2、美国国家安全局的 ...
分类:
其他好文 时间:
2019-11-12 09:34:21
阅读次数:
156
查看防火墙systemctl status firewalld重启防火墙systemctl start firewalld 1、mysql 首先关闭防火墙 systemctl stop firewalld 1.1 检查系统是否已经安装过mysql rpm -qa|grep mariadb 如果查询到 ...
分类:
数据库 时间:
2019-11-11 10:03:42
阅读次数:
97
--这时是安装前的基础配置方法 1、使用root用户设置(以下前面为#代表root用户,删除线为系统输出): # vim /etc/sysconfig/selinux SELINUX=disabled 2、关闭防火墙 1 # systemctl stop firewalld --关闭防火墙 2 # ...
分类:
数据库 时间:
2019-11-10 19:39:57
阅读次数:
165
iptables -F systemctl stop firewalld setenforce 0 配置 rsync 备份源 yum -y install rsync rpm -q rsync rsync-3.1.2-4.el7.x86_64 1、建立/etc/rsyncd.conf配置文件 vim ...
分类:
其他好文 时间:
2019-11-08 20:38:22
阅读次数:
97
需求批量实现自动发送公钥到远程主机环境firewalld:关闭selinux:关闭实现方式sshpass命令shell调用expect命令sshpass命令#!/bin/bash##********************************************************************#Author:hechunping#QQ:×××#Date:2019
分类:
系统相关 时间:
2019-11-08 09:18:03
阅读次数:
129
一、准备环境 主机 名称 192.168.200.113 agent.zabbix.com 1、关闭防火墙和安全机制 [root@agent ~]# systemctl stop firewalld [root@agent ~]# setenforce 0 [root@agent ~]# iptab ...
分类:
其他好文 时间:
2019-11-05 21:29:09
阅读次数:
119
Server With GUI +Compatility libraries+ Development Tools 关闭图形化: systemctl set-default multi-user.target 关防火墙: #systemctl stop firewalld #systemctl di ...
分类:
其他好文 时间:
2019-11-05 15:10:38
阅读次数:
71
云计算学习路线教程大纲课件:部署网上商城ecshop:建议新环境开始一、基础环境[root@apache~]#sed-ri‘/^SELINUX=/cSELINUX=disabled‘/etc/selinux/config[root@apache~]#setenforce0[root@apache~]#systemctlstopfirewalld.service[root@apach
分类:
其他好文 时间:
2019-11-05 09:29:17
阅读次数:
113
CentOS7与以前常用的CentOS6还是有一些不同之处的,比如在设置开放端口的时候稍许有些不同,常用的iptables命令已经被firewalld代替。这几天正好有在CentOS7系统中玩Seafile自建网盘,默认的时候是没有开启8082端口的,然后看到CentOS7开放端口稍微与CentOS ...
分类:
其他好文 时间:
2019-11-04 17:30:41
阅读次数:
275