changeset 1878:127ae107e5a9

Removed clause about shared memory and Windows versions with ASLR. Starting with nginx 1.9.0 shared memory can be used on Windows versions with address space layout randomization.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Dec 2016 19:38:06 +0300
parents aa29a64a5e9d
children 3685d90e133e
files xml/en/docs/windows.xml xml/ru/docs/windows.xml
diffstat 2 files changed, 2 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/windows.xml	Mon Dec 26 16:06:26 2016 +0300
+++ b/xml/en/docs/windows.xml	Mon Dec 26 19:38:06 2016 +0300
@@ -8,7 +8,7 @@
 <article name="nginx for Windows"
          link="/en/docs/windows.html"
          lang="en"
-         rev="3">
+         rev="4">
 
 <section>
 
@@ -125,12 +125,6 @@
 </listitem>
 
 <listitem>
-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.
-</listitem>
-
-<listitem>
 The UDP proxy functionality is not supported.
 </listitem>
 
--- a/xml/ru/docs/windows.xml	Mon Dec 26 16:06:26 2016 +0300
+++ b/xml/ru/docs/windows.xml	Mon Dec 26 19:38:06 2016 +0300
@@ -8,7 +8,7 @@
 <article name="nginx под Windows"
          link="/ru/docs/windows.html"
          lang="ru"
-         rev="3">
+         rev="4">
 
 <section>
 
@@ -125,12 +125,6 @@
 </listitem>
 
 <listitem>
-Кэш и другие модули, требующие поддержки разделяемой памяти, не работают
-под Windows Vista и более поздними версиями в связи с тем, что на этих
-версиях Windows включена рандомизация адресного пространства.
-</listitem>
-
-<listitem>
 Проксирование по UDP не поддерживается.
 </listitem>