inux Memcached 安装 URL:http://www.runoob.com/memcached/memcached-install.html # 编译安装需要安装下列插件[root@localhost software]#yum install gcc-c++ pcre pcre-dev ...
分类:
系统相关 时间:
2019-01-09 18:47:14
阅读次数:
174
在80.100虚拟机上systemctlstopfirewalld//关闭防火墙setenforce0//关闭监控yuminstalllrz*-y//安装上传软件tarxfhaproxy-1.5.15.tar.gz-C/opt///解压压缩包到/opt/cd/opt/haproxy-1.5.15///进入/opt/haproxy-1.5.15/yuminstall-y\pcre-devel\bzi
分类:
其他好文 时间:
2019-01-07 17:45:16
阅读次数:
193
在80.100虚拟机上systemctlstopfirewalldsetenforce0yuminstalllrz*-ytarxfhaproxy-1.5.15.tar.gz-C/opt/cd/opt/haproxy-1.5.15/yuminstall-y\pcre-devel\bzip2-devel\gcc\gcc-c++\makeuname-rmakeTARGET=linux26PREFIX=/
分类:
其他好文 时间:
2019-01-07 17:35:09
阅读次数:
189
作者 龙哥 博客园 http://www.cnblogs.com/topfish/ 参考:https://www.cnblogs.com/liujuncm5/p/6713784.html 概述:在阿里云Centos7上安装Nginx,root权限安装。 连接工具MobaXterm。 ...
分类:
系统相关 时间:
2018-12-26 20:07:14
阅读次数:
256
源码安装: yum install gcc-* glibc-* openssl openssl-devel pcre pcre-devel zlib zlib-devel -ylstar xvf nginx-1.10.3.tar.gz cd nginx-1.10.3ls./configure./co ...
分类:
其他好文 时间:
2018-12-24 02:36:47
阅读次数:
94
./configure\--prefix=/usr/local/php\--with-config-file-path=/usr/local/php/etc\--with-mysql=mysqlnd\--with-mysqli=mysqlnd\--with-pdo-mysql=mysqlnd\--with-libxml-dir\--with-pcre-dir\--with-mcrypt\--wit
分类:
Web程序 时间:
2018-12-23 17:58:18
阅读次数:
237
首先,得要有一台阿里云服务器(皮一下),下面进行实战 一、战前准备 由于nginx模块依赖一些库,所以得要事先安装这些lib库,这些依赖库主要有g++、gcc、openssl-devel、pcre-devel和zlib-devel 所以执行如下命令安装 二、安装pcre(让nginx支持rewrit ...
分类:
其他好文 时间:
2018-12-22 16:31:36
阅读次数:
360
一、安装Nginx 使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好。 安装make: 安装g++: 一般我们都需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩。 1.选定源码目录 可以是任何目录,本文选定的是/u ...
分类:
系统相关 时间:
2018-12-21 16:55:20
阅读次数:
253
1、安装nginx 安装编译工具及库文件 首先要安装 PCRE PCRE 作用是让 Nginx 支持 Rewrite 功能。 1.下载 PCRE 安装包,下载地址: http://downloads.sourceforge.net/project/pcre/pcre/8.35/pcre 8.35.t ...
分类:
系统相关 时间:
2018-12-20 18:54:22
阅读次数:
186
./configure \--with-fpm-user=www \--with-fpm-group=www \--prefix=/usr/local/php7 \--with-config-file-path=/usr/local/php7/etc \--with-mysql-sock \--wi ...
分类:
Web程序 时间:
2018-12-20 14:14:39
阅读次数:
145