Hi,
I have been trying to run nginx on a couple of Windows Server
(2003/2008) and I have found that on x86 machines, proxy_cache_path
works fine. But on x64, nginx stops when I try to start the service with
the following lines in the error.log…
2009/11/12 14:06:09 4076#5480: start worker process 3216
2009/11/12 14:06:09 3216#4048: malloc: 01CE5288:9
2009/11/12 14:06:09 3216#4048: shared zone “one” has no equal
addresses: 023E0000 vs 02320000
2009/11/12 14:06:09 4076#5480: WaitForMultipleObjects: 1
2009/11/12 14:06:09 4076#5480: worker process 3216 exited with code 1
On Thu, Nov 26, 2009 at 01:36:57PM -0500, nbs2 wrote:
Does proxy_path in Nginx support 64-bit platforms at all today? Anybody with a linux/windows/freebsd platform that could share their experience?
I really like Nginx, but sadly I think I have to look for another solution. A shame beacuse except from proxy_path everything is working perfectly.
proxy_cache does not work on Windows with ASLR.
It works without any issues on Unixes.
Does proxy_path in Nginx support 64-bit platforms at all today? Anybody
with a linux/windows/freebsd platform that could share their experience?
I really like Nginx, but sadly I think I have to look for another
solution. A shame beacuse except from proxy_path everything is working
perfectly.
/J
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.