windows 下 shared zone xxx has no equal addresses

在windows下启动nginx出现错误
shared zone "xxx" has no equal addresses: 02B40000 vs 02B60000
是因为 Nginx 缓存模块或其他使用共享缓存的模块不能在Windows Vista及以上的window上运行

此问题是在这里找到的:https://www.ruby-forum.com/topic/209886

官方的解释:http://nginx.org/en/docs/windows.html#known_issues
The cache and other modules which require shared memory support do not work on Windows Vista and later versions due to address space layout randomization being enabled in these Windows versions.

你可能感兴趣的:(windows)