码迷,mamicode.com
首页 >  
搜索关键字:nginx简介 nginx安装    ( 1658个结果
nginx 安装步骤
1. 下载nginx,网址:http://nginx.org/download/2. 解压 tar -xzvf nginx-1.6.2.tar.gz 3. 建立映像文件:mount -t iso9660 rhel-server-6.5-i386-dvd.iso /media/iso -o loop4...
分类:其他好文   时间:2015-01-11 17:37:23    阅读次数:138
Nginx网站搭建部署
一、Nginx搭建Nginx简介:Nginx是一款轻量级的Web服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like协议下发行。由俄罗斯的程序设计师IgorSysoev所开发,供俄国大型的入口网站及搜索引擎Rambler(俄文:Рамблер)使用。其特点是占有内存少,并..
分类:Web程序   时间:2015-01-11 06:21:20    阅读次数:301
linux Nginx安装(转载修改)
1.linux 下面安装 1.下载 pcre-8.10.tar.gz nginx-1.1.1.tar.gz 2.安装 pcre 让nginx支持rewrite pcre-8.10.tar.gz 上传到/home 目录下面 1) 解压 pcre tar zxvf p...
分类:系统相关   时间:2015-01-08 19:57:30    阅读次数:213
解析Nginx配置文件
Nginx安装完毕后,会产生相应的安装目录,根据前面的安装路径,Nginx的配置文件路径为/opt/nginx/conf,其中nginx.conf为Nginx的主配置文件。这里重点介绍下nginx.conf这个配置文件。          Nginx配置文件主要分成四部分:main(全局设置)、server(主机设置)、upstream(负载均衡服务器设置)和 location(URL匹配特定位...
分类:其他好文   时间:2015-01-08 13:25:48    阅读次数:128
centos,nginx安装备忘
# ssh 登录慢解决vim /etc/ssh/sshd_configUseDNS no# add limitsvi /etc/security/limits.conf* soft nproc 102400* hard nproc 102400* ...
分类:其他好文   时间:2015-01-07 16:31:16    阅读次数:204
Nginx安装
什么是Nginx?Nginx是俄罗斯人开发的一款高性能的HTTP和反向代理服务器。Nginx能够选择高效的epoll(Linux2.6内核)、kqueue(FreeBSD)、eventport(Solaris10)作为网络I/O模型,在高并发的情况,能够很好的工作。为什么选择Nginx?Nginx是一个高性能的Web和反向代理服务器,它..
分类:其他好文   时间:2015-01-06 07:21:35    阅读次数:189
nginx安装
linux下安装安装pcre-8.36configure:error:YouneedaC++compilerforC++support[root@localhostpcre-8.36]#./configure………………………………………………configure:error:YouneedaC++compilerforC++support.[root@localhostpcre-8.36]#yuminstall-ygccgcc-c++[root@localhost..
分类:其他好文   时间:2015-01-04 19:45:57    阅读次数:237
手把手教你nginx基础安装配置
手把手教你nginx基础安装配置!一、Nginx安装及简单配置;安装环境和依赖的包:#yumgroupinstall“developmenttools”“serverplatformdevelopment”#yum-yinstallpcre-devel#yuminstallopenssl-devel下载相关nginx源码包:#wgethttp://nginx.org/download/nginx-1.6.2.tar.gz..
分类:其他好文   时间:2014-12-30 01:55:05    阅读次数:446
nginx 安装 nginx_http_push_module
nginx 安装 nginx_http_push_module...
分类:Web程序   时间:2014-12-29 16:56:46    阅读次数:144
编译安装nginx
安装前准备工作:1.下载nginx-1.6.2.tar.gz源码包wgethttp://nginx.org/download/nginx-1.6.2.tar.gz2安装开发工具包组"Developmenttools"和"ServerPlatformDevelopment"yumgroupinstall"Developmenttools""ServerPlatformDevelopment"-y3.安装nginx所依赖的pcre-devel和openss..
分类:其他好文   时间:2014-12-29 15:36:55    阅读次数:369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!