首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web开发 >

nginx proxy_cache在windows2008上使用报错

2012-12-16 
nginx proxy_cache在windows2008下使用报错开启proxy_cache时就会报错:shared zone cache_one has no eq

nginx proxy_cache在windows2008下使用报错
开启proxy_cache时就会报错:
shared zone "cache_one" has no equal addresses: 02C00000 vs 02CC0000
不知道谁能帮忙解决一下
[最优解释]
该回复于2011-06-17 13:54:42被版主删除
[其他解释]
Known issues

1 Although several workers can be run, only one of them actually does any work.
2 A worker can handle no more than 1024 simultaneous connections.
3 The cache and other modules which require shared memory support do not work in Windows Vista and later due to address space layout randomization being enabled in these Windows versions.

http://nginx.org/en/docs/windows.html#known_issues
可以考虑用squid来缓存,不过
nginx在windows下既无性能优势(采用select方式),又无缓存功能,你最好选择Apache。
[其他解释]
http://www.boxcn.net/shared/q5rjn1z6bqahv55gd6u1

这个是个稳定版本。在windows2008下不报错。
[其他解释]
缓存设置大一些,就可以了!!
[其他解释]

引用:
缓存设置大一些,就可以了!!


好人啊,真可以

热点排行