apache

netstat基本用法的介绍-小浪学习网

netstat基本用法的介绍

5. 获取进程名、进程号以及用户 id 查看端口和连接的信息时,能查看到它们对应的进程名和进程号对系统管理员来说是非常有帮助的。举个栗子,Apache 的 httpd 服务开启80端口,如果你要查看 http...
站长的头像-小浪学习网月度会员站长2年前
236
解析如何在Apache服务器下设置URL访问中文编码-小浪学习网

解析如何在Apache服务器下设置URL访问中文编码

在/usr/local/apache/conf/httpd.conf文件末位添加以下信息: 1 #add chinese url code 2 LoadModule encoding_module /usr/local/apache/modules/mod_encoding.so 3 <IfModule mod_headers....
站长的头像-小浪学习网月度会员站长2年前
337
详解一个Let's Encrypt免费又好用的证书-小浪学习网

详解一个Let’s Encrypt免费又好用的证书

Let's Encrypt免费又好用的证书,废话不多说。    假设我的域名为:163.org 1、克隆代码   git clone https://github.com/letsencrypt/letsencrypt # 没有git的先安装git # yum install git ...
站长的头像-小浪学习网月度会员站长2年前
498
教你如何配置fail2ban对Apache服务器进行安全防护的方法-小浪学习网

教你如何配置fail2ban对Apache服务器进行安全防护的方法

这篇文章主要介绍了配置fail2ban对apache服务器进行安全防护的方法,主要是起到过滤ip地址的效果,示例基于linux系统,需要的朋友可以参考下 生产环境中的 Apache 服务器可能会受到不同的攻击。攻...
站长的头像-小浪学习网月度会员站长2年前
475
Apache2启动错误Could not reliably determine the server&#39;s fully qualified domain name-小浪学习网

Apache2启动错误Could not reliably determine the server&#39;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...
站长的头像-小浪学习网月度会员站长2年前
4615
linux下如何部署php项目?-小浪学习网

linux下如何部署php项目?

linux下部署php项目环境可以分为两种,一种使用apache,php,mysql的压缩包安装,一种用yum命令进行安装。 使用三种软件的压缩包进行安装,需要手动配置三者之间的关系。apache和php之间的配置...
站长的头像-小浪学习网月度会员站长2年前
3415