编译安装nginx1。安装nginx所需要的pcre库 1)查看当前linux环境版本信心,如下:[root@nginx-server-01 ~]# cat /etc/redhat-release CentOS release 6.7 (Final)[root@nginx-server-01 ~]# ...
分类:
其他好文 时间:
2017-08-18 13:33:57
阅读次数:
279
Nginx安装1.安装PCRE软件包tarzxvfpcre-8.10.tar.gzcdpcre-8.10./configuremake&&makeinstall2.安装Nginx软件包tarzxvfnginx-1.2.6.tar.gzcdnginx-1.2.6useradd-s/sbin/nologin-Mwww./configure--prefix=/usr/local/nginx\--user=www--group=www\--with-http_stub_stat..
分类:
其他好文 时间:
2017-08-18 13:29:32
阅读次数:
179
1 安装Nginx 2 3 1、安装pcre 4 5 cd /usr/local/src 6 7 mkdir /usr/local/pcre 8 9 tar zxvf pcre-8.36.tar.gz 10 11 cd pcre-8.36 12 13 ./configure --prefix=/us ...
分类:
其他好文 时间:
2017-08-18 11:50:22
阅读次数:
150
使用epel 下载nginx 1.6.3 安装前准备 安装pcre (安装pcre库是为了Nginx支持HTTP Rewrite 模块) 安装openssl gcc编译器 解压 创建nginx用户 配置、编译、安装 启动nginx 浏览器访问:http://192.168.161.134 关闭防火墙 ...
分类:
其他好文 时间:
2017-08-18 11:04:09
阅读次数:
245
1、安装nginx依赖包 yum install gcc gcc-c++ openssl-devel zlib-devel pcre pcre-devel yamdi 2.下载解压nginx_mod_h264_streaming,让nginx支持flv,mp4流播放 wget http://h264 ...
分类:
其他好文 时间:
2017-08-17 22:51:37
阅读次数:
327
提供软件包:httpd:httpd.2.4.27.tar.gz源码包在http://httpd.apache.orgapr、apr-util:需要在官网上下载http://apr.apache.orgopenssl-devel、pcre-devel:yum安装即可最新版本的apr-util还需要安装expat-devel-2.0.1-11.el6_2.x86_64在光盘上就有这个包Php:php-5.6.31-tar..
分类:
其他好文 时间:
2017-08-16 23:21:13
阅读次数:
523
centos7编译安装nginx-1.4.7.tar.gz编译安装nginx需要事先需要安装开发包组"DevelopmentTools"和"DevelopmentLibraries"。同时,还需要专门安装pcre-devel包:#yum-yinstallpcre-devel2、安装首先添加用户nginx,实现以之运行nginx服务进程:#groupadd-rnginx#useradd-r-gnginx..
分类:
其他好文 时间:
2017-08-16 23:17:22
阅读次数:
237
一、软件需求 1、nginx源码包 下载地址:http://nginx.org/ 2、pcre源码包 下载地址:https://ftp.pcre.org/pub/pcre/pcre-8.36.zip 3、nginx-rtmp-module源码包 下载地址:https://github.com/aru ...
分类:
其他好文 时间:
2017-08-15 21:21:17
阅读次数:
258
HF_Student_NotePad 只有金钱才会向穷人开放,而权利则永远不会。 HF_Student_NotePad 只有金钱才会向穷人开放,而权利则永远不会。 PHP - 概述 第1章 PHP概述 学习要点: 1.PHP基础知识 2.PHP的环境配置 3.安装三款主流程序 4.PHP开发工具的选 ...
分类:
Web程序 时间:
2017-08-15 11:20:55
阅读次数:
228
1:确定本机是否安装了gcc-c++的库 没有的话就安装 whereis gcc yum install gcc-c++ 2:确定本机是否安装了pcre的函数库 没有的话就安装 whereis pcre 或者 rpm -qa pcre yum install pcre pcre-devel 3:确定 ...
分类:
系统相关 时间:
2017-08-15 10:01:13
阅读次数:
175