~ubuntu-branches/ubuntu/karmic/apache2/karmic-security

« back to all changes in this revision

Viewing changes to docs/manual/platform/netware.html.en

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-10-01 11:50:18 UTC
  • mfrom: (34 intrepid)
  • mto: (14.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: james.westby@ubuntu.com-20081001115018-1022gw429ce4pqyp
Tags: 2.2.9-10
Regression fix from upstream svn for mod_proxy_http:
Don't trigger a retry by the client if a failure to read the response line
was the result of a timeout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
      steps:</p>
614
614
 
615
615
      <ul>
616
 
          <li>Download the latest NetWare patch for OpenSSL from the 
617
 
          <a href="http://www.openssl.org/contrib/">OpenSSL Contribution</a>
618
 
          page.</li>
619
 
 
620
 
          <li>Download the corresponding OpenSSL source code from the
 
616
          <li>Download the recent OpenSSL 0.9.8 release source code from the
621
617
          <a href="http://www.openssl.org/source/">OpenSSL Source</a>
622
 
          page.</li>
623
 
 
624
 
          <li>At the root of the OpenSSL source directory, apply the NetWare 
625
 
          patch using the "patch" utility, for example:
626
 
          <div class="example"><p><code>patch -p 1 -i netwarepatch-0.9.7g.diff</code></p></div></li>
 
618
          page (older 0.9.7 versions need to be patched and are therefore not
 
619
          recommended).</li>
627
620
 
628
621
          <li>Edit the file <code>NetWare/set_env.bat</code> and modify any 
629
622
          tools and utilities paths so that they correspond to your build 
632
625
          <li>From the root of the OpenSSL source directory, run the following
633
626
          scripts:
634
627
          <div class="example"><p><code>
635
 
              Netware/set_env netware-libc<br />
636
 
              Netware/build netware-libc
637
 
          </code></p></div></li>
 
628
              Netware\set_env netware-libc<br />
 
629
              Netware\build netware-libc
 
630
          </code></p></div>
 
631
          For performance reasons you should enable to build with ASM code.
 
632
          Download NASM from the <a href="http://nasm.sourceforge.net/">SF site</a>.
 
633
          Then configure OpenSSL to use ASM code: 
 
634
          <div class="example"><p><code>
 
635
              Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
 
636
          </code></p></div>
 
637
          Warning: dont use the CodeWarrior Assembler - it produces broken code!
 
638
          </li>
638
639
 
639
640
          <li>Before building Apache, set the environment variable
640
641
          <code>OSSLSDK</code> to the full path to the root of the openssl
641
 
          source code directory.
642
 
          <div class="example"><p><code>Set OSSLSDK=d:\openssl-0.9.7x</code></p></div></li>
 
642
          source code directory, and set WITH_MOD_SSL to 1.
 
643
          <div class="example"><p><code>
 
644
              Set OSSLSDK=d:\openssl-0.9.8x<br />
 
645
              Set WITH_MOD_SSL=1
 
646
          </code></p></div></li>
643
647
 
644
648
      </ul>
645
649
 
650
654
<p><span>Available Languages: </span><a href="../en/platform/netware.html" title="English">&nbsp;en&nbsp;</a> |
651
655
<a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
652
656
</div><div id="footer">
653
 
<p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 
657
<p class="apache">Copyright 2008 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
654
658
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
655
659
</body></html>
 
 
b'\\ No newline at end of file'