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
And here is the parameters that I’m using.
proxy_cache_path proxy levels=1 keys_zone=one:60m inactive=1d;
Anyone that could give me a hint
Found a thread with a similar problem but the OS was FreeBSD 7.1 64 bit
http://forum.nginx.org/read.php?2,2443,2462#msg-2462
Regards,
Johan
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,22342,22342#msg-22342