E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Nignx
nignx
反响代理缓存设置
nignx
反响代理缓存设置 nginx反向代理模块:ngx_http_proxy_module ngx_http_proxy_module模块允许请求被传送到其它服务器上,即使用此nginx服务器作为代理前端
阿三哥
·
2013-06-15 10:35
缓存
反向代理
Nignx
nignx
的proxy_cache缓存配置
nginx的proxy_cache配置,启用缓存功能,这里给出nginx.conf的配置内容。转载自:http://blog.s135.com/nginx_cache/ignuserwwwwww; worker_processes8; error_log/usr/local/webserver/nginx/logs/nginx_error.logcrit; pid/usr/local/web
阿三哥
·
2013-06-14 15:22
nginx
缓存
proxy_cache
nginx访问重定向rewrite
nignx
中使用ngx_http_rewrite_module模块进行URL重写,返回页面重定向,按条件选择配置。编译安装nginx时默认已启用此模块。
阿三哥
·
2013-06-11 17:14
nginx
重定向
rewrite
nginx 自动封 ip 过高连接
web服务器是用nginx,python为2.6首先在
nignx
的config中建立空文件deny.ip,然后在nginx.conf的http标签中添加“includedeny.ip;”。
幼��@童鞋
·
2013-05-29 09:52
nginx
封IP
Centos6.4安装nginx
fileid=13924714 pcre库安装:yuminstallpcre*
nignx
下载http://wiki.nginx.org/Install2:分别下载安装,都是
fqogiytbn
·
2013-05-18 19:48
nignx
配置证书
Step1:配置创建证书的配置文件,以及创建证书#vim/etc/pki/tls/openssl.cnf45行修改为dir=/etc/pki/CA根据配置文件的需求创建相关的文件夹和文件#mkdircertscrlnewcerts#touchindex.txtserial#echo01>>serial//初始化文件创建私钥#opensslgenrsa1024>private/cakey.pem#c
yjicp
·
2013-04-24 10:21
nginx
nignx
配置证书
Step1:配置创建证书的配置文件,以及创建证书#vim/etc/pki/tls/openssl.cnf45行修改为dir=/etc/pki/CA根据配置文件的需求创建相关的文件夹和文件#mkdircertscrlnewcerts#touchindex.txtserial#echo01>>serial//初始化文件创建私钥#opensslgenrsa1024>private/cakey.pem#c
yjicp
·
2013-04-24 10:21
nginx
linux
3 Nginx的基本配置和优化
Nignx
的配置文件内容#运行用户user www-data; #启动进程,通常设置成和cpu的数量的两倍worker_processes 4;#全局错误日志及PID文件error_log /
andybegin
·
2013-03-28 21:00
8 Nginx模块开发
Nignx
配置文件Nginx配置文件分为4部分:main(全局配置),server(虚拟主机配置),upstream(主要为反向代理,负载均衡的相关配置),location(目录匹配设置)。
andybegin
·
2013-03-28 21:00
linux apache反向代理 tomcat
公司添加项目,需要架设环境,当时考虑用的nginx转发tomcat,可是分公司那边不会用
nignx
,只有用apache 反向代理 tomcat 虚拟主机,由于是头一次用 apache 做反向,tomcat
151wqooo
·
2013-03-13 14:32
apache
tomcat
nginx上用fastcgi配置python环境(一)
写下此文留待以后翻阅用 本文环境,centOS5.4,
Nignx
-0.8.49,Python2.6.5================================================
不必在乎朕是谁
·
2013-01-15 21:00
nignx
实现图片服务器负载均衡与缓存
公司想把图片从阿里云的服务器上迁移到自己的服务器,顺便建立一套新的图片存储系统。 开始打算使用FastDFS,但是FastDFS有自己的文件名生成规则,我们网站已经有了很多图片,如果每个图片都重新生成的话,工作量比较大。由于时间原因,临时采用了nginx来实现。 采用了3台服务器,每台服务器上都安装了nginx。用户访问相应图片时,根据自己定义的nginx location的h
isoftyh
·
2013-01-13 17:00
nginx
ubuntu12.04安装nginx
小小记录一下过程:1、
nignx
安装修下有这么几个库的支持,分别是:zlib、pcre、opens
liuluopingyue
·
2012-11-08 21:59
nginx
ubuntu
SHA1
found
not
ubuntu安装nginx
ubuntu12.04安装nginx
小小记录一下过程:1、
nignx
安装修下有这么几个库的支持,分别是:zlib、pcre、openss
liuluopingyue
·
2012-11-08 21:59
ubuntu
nginx
ubuntu安装nginx
linux
【APP】zabbix监控nginx_status
环境:zabbix2.0ZabbixServer:172.28.2.119Zabbixnginx客户端:172.28.2.151前提是
nignx
在编译安装时加上:--with-http_stub_status_module
qzhijun
·
2012-10-18 16:09
nginx
zabbinx
APP
&
Web架构
【APP】zabbix监控nginx_status
环境:zabbix2.0ZabbixServer:172.28.2.119Zabbixnginx客户端:172.28.2.151前提是
nignx
在编译安装时加上:--with-http_stub_status_module
qzhijun
·
2012-10-18 16:09
nginx
zabbinx
隐藏Nginx的版本信息
编辑
nignx
.conf在http{}段增加下面内容: # vi /opt/nginx/conf/nginx.conf server_tokens off;#添加到http{}段内
U_rchin
·
2012-09-12 17:24
nginx
版本
隐藏
信息
nignx
平滑升级
#catnginx_update.sh./configure\ "--user=www"\ "--group=www"\ "--add-module=../ngx_cache_purge-1.3"\ "--add-module=../ngx-fancyindex-0.3"\ "--prefix=/usr/local/webserver/nginx/"\ "--with-http_stu
jack_cap
·
2012-08-01 14:46
升级
Nignx
平滑
nginx做集群服务器,两种结构
一台nginx服务器 + 多台
nignx
upstream server { server 10.80.1.1
xingwang.ye
·
2012-07-16 19:00
nginx
Nignx
安装与配置
记得以前在自己的ubuntu上安装过Nginx,由于那是一台台式机,所以现在又重新在自己笔记本上的虚拟机上安装了Nginx,安装的这个过程有点不太顺利,以前没有做笔记,这一次安装起来花费了很多不必要的时间,这一次我想自己的安装过程以及遇到的过程全部记录下来,给安装的朋友们一个参考。我的环境:vm7.5 下redhat51.下载nginx安装包(http://wiki.nginx.org/Insta
ahern88_
·
2012-06-17 02:00
nginx
Nignx
的安装启动(二)
安装 1)tar zxvf nginx-xx.xx.xx.tar.gz 2)./configure --prefix=nginx_path 根据实际需要启动模块. 3)make clean 4)make 5)make install ====================================== Nginx 启动 1)指定配置文件 &
wenshuangping
·
2011-07-21 10:00
安装
Nignx
重启加载配置文件
Kill-HUPNginx父进程ID 例如:kill-HUP 13185或者kil-113185 PID可以在ngix.pid文件中进行查看。 cat/usr/local/nginx/logs/nginx.pid(默认情况下再次,具体需要查看系统配置)
jiang1013nan
·
2011-07-03 16:00
nginx tomcat配置说明
/下载nginx yum -y install openssl openssl-devel yum -y install pcre-devel tar -xzvf
Nignx
wangdj
·
2011-05-25 10:00
tomcat
jsp
Web
nginx
css
linux apache反向代理 tomcat
公司添加项目,需要架设环境,当时考虑用的nginx转发tomcat,可是分公司那边不会用
nignx
,只有用apache反向代理tomcat虚拟主机,由于是头一次用apache做反向,tomcat集群,特留下过程
crazylinuxming
·
2011-03-01 15:24
apache
tomcat
linux
反向代理
休闲
号称最快的WEB服务器
又出来一个WEB服务器,号称比
Nignx
还快,先保留下来。
netmouse
·
2010-12-25 15:00
Web
服务器
Python + twister 效率相关
Python+twister效率相关转载自[http://bigtoy4boy.com/blog/2009/05/performance-tuning-of-
nignx
-and-twisted/]最近这两天一直在测试自己用
flyonok
·
2010-12-03 16:00
启用nginx 的gzip压缩功能
nignx
怎么使用gzip压缩功能? 在nginx配置文件http下,添加如下类似配置即可。
mmdev
·
2010-09-02 21:00
nginx
启用nginx 的gzip压缩功能
nignx
怎么使用gzip压缩功能? 在nginx配置文件http下,添加如下类似配置即可。
javasogo
·
2010-09-02 21:00
nginx
最近服务器总是出现504错误,又想不到是什么原因造成的,郁闷!!
运行环境 linux + ruby1.8.6 +
nignx
+ thin 实在找不到
酷的飞上天空
·
2010-08-22 13:00
linux
nginx的mail模块的bug
在linux下
nignx
使用epoll来做事件处理,使用的EPOLLET(Edge Triggered behaviour),所以在读空socket的recv buffer后,有新的数据到达才会触发事件
skyknight928
·
2010-07-12 08:00
linux
nginx
socket
在Nginx上配置NameCheap免费SSL
一、准备工作1、需要
Nignx
已经编译ssl模块(lnmp一键安装包已经
pcajax
·
2010-05-22 09:00
nginx
PHP
配置管理
chrome
firefox
在Nginx上配置NameCheap免费SSL
一、准备工作1、需要
Nignx
已经编译ssl模块(lnmp一键安装包已经
pcajax
·
2010-05-22 09:00
nginx
PHP
配置管理
chrome
firefox
windows下配置
nignx
+php+mysql
一、 php.ini配置项 1.extension_dir 2.doc_root 3. enable_dl = On cgi.force_redirect = 1 cgi.fix_pathinfo = 1 fastcgi.impersonate = 1 &n
350530133
·
2010-02-25 14:00
PHP
windows
mysql
nginx
cgi
Nginx Web服务器
直到2007年4月,俄罗斯大约有20%左右的虚拟主机是由
nignx
服务或代理的。Google
mryufeng
·
2007-10-10 21:00
Web
nginx
Linux
FreeBSD
Apache
Nginx Web服务器
直到2007年4月,俄罗斯大约有20%左右的虚拟主机是由
nignx
服务或代理的。Google
mryufeng
·
2007-10-10 21:00
Web
nginx
Linux
FreeBSD
Apache
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他