参考资料:nginx官网ngx_cache_purge扩展参考:http://wiki.nginx.org/CachePurgeChs张宴的技术博文:http://zyan.cc/nginx_cache/查看nginx编译参数:[root@test31php]#/usr/local/nginx/sbin/nginx-V
nginxversion:nginx/1.6.3
builtbygcc4.4.720120313(RedHat4.4.7-11)(GCC)..
分类:
系统相关 时间:
2015-09-06 18:31:42
阅读次数:
246
Nginx 编译,添加未编译安装模块ngx_cache_purge
官网下载nginx及第三方ngx_cache_purge 模块
http://wiki.nginx.org/Install
http://labs.frickle.com/nginx_ngx_cache_purge/
编译与安装
Blockquote
./configure \
–prefix=/usr/lo...
分类:
系统相关 时间:
2015-07-07 17:02:11
阅读次数:
193
由于php处理上传会出现超时,并且显示上传进度官方php不支持nginx+php,所以决定让nginx自己处理上传,我本地环境是mac上已经安装过nginx1.8.0,安装方式为brew,所以需要重新编译nginx添加upload模块。 nginx下载地址:http://nginx.org/e...
分类:
其他好文 时间:
2015-06-24 12:41:12
阅读次数:
174
原已经安装好的nginx,现在需要添加一个未被编译安装的模块举例说明:安装第三方的ngx_cache_purge模块(用于清除指定URL的缓存)nginx的模块是需要重新编译nginx,而不是像apache一样配置文件引用.so1.wget http://labs.frickle.com/files...
分类:
其他好文 时间:
2015-05-24 01:14:13
阅读次数:
206
wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.37.tar.gzwgethttp://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz先安装/hcdata/software/pcre-8.37./configuremake&&makeinstall./configure--user=www\>--group=www\>--prefix=/hcd..
分类:
Web程序 时间:
2015-05-06 15:29:05
阅读次数:
165
环境:CentOS
release6.5x86_64192.168.100.90CentOS
release6.5x86_64192.168.100.91在主备服务器上部署Nginx下载#wgethttp://nginx.org/download/nginx-1.6.3.tar.gz#wgethttp://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz安装#yuminstallgccopenssl-develpcre-deve..
分类:
系统相关 时间:
2015-04-30 01:10:05
阅读次数:
235
业务需求nginx对后端tomcat(静态文件)做缓存 减轻后端服务器的压力#nginx-1.6.2.tar.gz ngx_cache_purge-2.3.tar.gz#编译安装./configure--add-module=../ngx_cache_purge-2.3 --prefix=/usr/...
分类:
系统相关 时间:
2015-01-23 12:55:46
阅读次数:
517
一,nginx反向代理配置
#tomcat
Java代码
upstream tomcat_server{
server 127.0.0.1:8080;
}
erver{
listen 80;
server_name www.wolfdream.com;
lo...
分类:
Web程序 时间:
2015-01-12 19:18:43
阅读次数:
408
编译安装缓存nginx:yuminstall-ygccgcc-c++openssl-develzlib-devel
tarxfpcre-8.34.tar.gz
cdpcre-8.34
./configure&&make&&makeinstall
cd..
wgethttp://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz
tarxfngx_cache_purge-2.3.tar.gz-C/opt/app
tar..
分类:
其他好文 时间:
2014-12-31 11:29:29
阅读次数:
145