]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Update transformation.
authorRuediger Pluem <rpluem@apache.org>
Wed, 2 Jan 2008 09:59:45 +0000 (09:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 2 Jan 2008 09:59:45 +0000 (09:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@608067 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/platform/netware.html.en
docs/manual/platform/netware.xml.ko
docs/manual/platform/windows.xml.ko
docs/manual/suexec.xml.ja
docs/manual/suexec.xml.ko
docs/manual/suexec.xml.meta

index 38dffbf26c2a2f2fdcbd3cfcd51f0b94cd9f474d..91b41252292f8ab393c1f0c18d2ed094fab662d5 100644 (file)
@@ -1196,6 +1196,14 @@ HTTP response header</td></tr>
     the setting for that subdirectory (which will be inherited by
     any sub-subdirectories that don't override it) will be equivalent to
     <code>FileETag&nbsp;MTime&nbsp;Size</code>.</p>
+    <div class="warning"><h3>Warning</h3>
+    Do not change the default for directories or locations that have WebDAV
+    enabled and use <code class="module"><a href="../mod/mod_dav_fs.html">mod_dav_fs</a></code> as a storage provider.
+    <code class="module"><a href="../mod/mod_dav_fs.html">mod_dav_fs</a></code> uses <code>INode&nbsp;MTime&nbsp;Size</code>
+    as a fixed format for <code>ETag</code> comparisons on conditional requests.
+    These conditional requests will break if the <code>ETag</code> format is
+    changed via <code class="directive">FileETag</code>.
+    </div>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 7534910854dadeea80b3c2da6318bef4c78338b2..fa0c00830d767ee79b4061c1bb0e4671f41fb6ad 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:600039 (outdated) -->
+<!-- English Revision: 167959:608059 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b2bd73649e0e3e7cc1478053f2f2396fae8968c1..5b10057f12cb79a6adcf2ff117f2ceedcb8736f7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 425051:600039 (outdated) -->
+<!-- English Revision: 425051:608059 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index af6843806c6d89703dbd649d8e324d39fc9677d8..ce3f4e28c90afb71165b6c96c5b1d92f385dffb0 100644 (file)
       steps:</p>
 
       <ul>
-          <li>Download the latest NetWare patch for OpenSSL from the 
-          <a href="http://www.openssl.org/contrib/">OpenSSL Contribution</a>
-          page.</li>
-
-          <li>Download the corresponding OpenSSL source code from the
+          <li>Download the recent OpenSSL 0.9.8 release source code from the
           <a href="http://www.openssl.org/source/">OpenSSL Source</a>
-          page.</li>
-
-          <li>At the root of the OpenSSL source directory, apply the NetWare 
-          patch using the "patch" utility, for example:
-          <div class="example"><p><code>patch -p 1 -i netwarepatch-0.9.7g.diff</code></p></div></li>
+          page (older 0.9.7 versions need to be patched and are therefore not
+          recommended).</li>
 
           <li>Edit the file <code>NetWare/set_env.bat</code> and modify any 
           tools and utilities paths so that they correspond to your build 
           <li>From the root of the OpenSSL source directory, run the following
           scripts:
           <div class="example"><p><code>
-              Netware/set_env netware-libc<br />
-              Netware/build netware-libc
-          </code></p></div></li>
+              Netware\set_env netware-libc<br />
+              Netware\build netware-libc
+          </code></p></div>
+          For performance reasons you should enable to build with ASM code.
+          Download NASM from the <a href="http://nasm.sourceforge.net/">SF site</a>.
+          Then configure OpenSSL to use ASM code: 
+          <div class="example"><p><code>
+              Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
+          </code></p></div>
+          Warning: dont use the CodeWarrior Assembler - it produces broken code!
+          </li>
 
           <li>Before building Apache, set the environment variable
           <code>OSSLSDK</code> to the full path to the root of the openssl
-          source code directory.
-          <div class="example"><p><code>Set OSSLSDK=d:\openssl-0.9.7x</code></p></div></li>
+          source code directory, and set WITH_MOD_SSL to 1.
+          <div class="example"><p><code>
+              Set OSSLSDK=d:\openssl-0.9.8x<br />
+              Set WITH_MOD_SSL=1
+          </code></p></div></li>
 
       </ul>
 
index 4568dcd94ed37edb8bb2c98bf019841d5ec248e6..341f0321ea1507983d6e2f34eecc4afefd47a39a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:607762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 20bcd421778d88032527992e2134d1918e1312fe..7caffd9cfa5eaf36b564e41b62107b14ce392877 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:559989 (outdated) -->
+<!-- English Revision: 105989:607616 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a215c9395daf7c1cc62485d40f4b4e115ab2d409..653338e86227ed8c820cd51430dd76e069f9ff28 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 421100 -->
+<!-- English Revision: 421100:606749 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 930b186c89432653edaa4648b63971d0bc1b0767..b56a94df81df98a4b14e2c4f5f5f875fa7800e7f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:606749 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index eb64d9e261c5bacedc1853c2f1f54536d5899ef8..e0cc057f5b68d62deb435d37141c2fe0687c0da9 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>