排序
详解一个Let’s Encrypt免费又好用的证书
Let's Encrypt免费又好用的证书,废话不多说。 假设我的域名为:163.org 1、克隆代码 git clone https://github.com/letsencrypt/letsencrypt # 没有git的先安装git # yum install git ...
教你如何配置fail2ban对Apache服务器进行安全防护的方法
这篇文章主要介绍了配置fail2ban对apache服务器进行安全防护的方法,主要是起到过滤ip地址的效果,示例基于linux系统,需要的朋友可以参考下 生产环境中的 Apache 服务器可能会受到不同的攻击。攻...
Apache2启动错误Could not reliably determine the server's fully qualified domain name
错误情况: ah00558: apache2: could not reliably determine the server's fully qualified domain name, using 127.0.1.1. set the 'servername' directive globally to suppress this messag...
linux下如何部署php项目?
linux下部署php项目环境可以分为两种,一种使用apache,php,mysql的压缩包安装,一种用yum命令进行安装。 使用三种软件的压缩包进行安装,需要手动配置三者之间的关系。apache和php之间的配置...