说明:
操作系统:CentOS
Nginx安装目录:/usr/local/nginx
需求:增加Modsecurity模块,实现Nginx服务器Web应用防护系统
开始操作:
一、安装ModSecurity
cd /usr/local/src
wget https://www.modsecur...
文章技术小甜
2017-11-15
1154浏览量
第 4 章 Lighttpd
目录
4.1. 安装Lighttpd
4.1.1. quick install with aptitude
4.1.2. yum install
4.1.3. to compile and then install lighttpd
4.1.3.1. shell script
4.2. /e...
文章玄学酱
2018-01-01
1021浏览量
了解 php.ini
php.ini 有点复杂
首先php运行有命令行模式(比如 composer安装模块依赖)和 web模式(就是打开页面时正常模式)
两种模式加载的php.ini可能不一样。
Windows
在Windows,如果你是用的wamp。命令行模式用到的php.ini在apache2目录下,正常模式,如果...
文章飞凡的陀螺
2018-04-14
678浏览量
php7源码安装
安装php7的过程:1.tar zxf php-x.x.x2.Configure and build PHP. This is where you customize PHP with various options, like which extensions will be enabled. ...
我的运行环境,阿里ECS服务器,系统是CentOS7.4我使用的是Mac笔记本,使用终端ssh命令远程登录服务器。以下为原创,写的比较杂。
安装教程:使用RPM安装httpd先使用命令查看是否安装了服务
rpm -qi httpd
package httpd is not installed没有安...