Welcome! Log In Create A New Profile

Advanced

Using cache on Windows x64

Posted by jimski 
Using cache on Windows x64
February 15, 2014 11:30AM
What is preventing Nginx from using cache and shared memory on windows x64 with disabled Address Space Layout Randomization

On newer windows x64 Address Space Layout Randomization (ASLR) can be disabled using this utility:
http://www.microsoft.com/en-us/download/details.aspx?id=29851

However after disabling ASLR Nginx still refuses to use shared memory functions and cache. Is there a way to make Nginx to be fully functional on Windows x64.?



Edited 1 time(s). Last edit at 02/15/2014 11:33AM by jimski.
Re: Using cache on Windows x64
February 15, 2014 09:40PM
To be more specific the fastcgi cache is not working. I use it this way:

fastcgi_cache_path /tmp levels=1:2
keys_zone=NAME:10m
inactive=5m;

fastcgi_cache_key "$scheme$request_method$host$request_uri";
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 126
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready