summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-04-18 20:46:14 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-04-18 20:46:14 +0000
commitc8e7a6c5714ba09fe63995c07c78c5889188b650 (patch)
tree3bb9b451801ca8a01f551b84675ac5d615ec831f
parent93e638300b205ecd4b5cc7c55461196f26a0d9cd (diff)
downloadhttpd-c8e7a6c5714ba09fe63995c07c78c5889188b650.tar.gz
Document some environment variable options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161796 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/platform/netware.xml31
1 files changed, 28 insertions, 3 deletions
diff --git a/docs/manual/platform/netware.xml b/docs/manual/platform/netware.xml
index 8436217dbf..ddb0ac3931 100644
--- a/docs/manual/platform/netware.xml
+++ b/docs/manual/platform/netware.xml
@@ -499,15 +499,21 @@
</li>
<li>Set the environment variable <code>AP_WORK</code> to the full path of
- the <code>httpd</code> source code directory.</li>
+ the <code>httpd</code> source code directory.
+ <example>Set AP_WORK=D:\httpd-2.0.x</example>
+ </li>
<li>Set the environment variable <code>APR_WORK</code> to the full path of
the <code>apr</code> source code directory. Typically <code>\httpd\srclib\apr</code>
- but the APR project can be outside of the httpd directory structure.</li>
+ but the APR project can be outside of the httpd directory structure.
+ <example>Set APR_WORK=D:\apr-1.x.x</example>
+ </li>
<li>Set the environment variable <code>APU_WORK</code> to the full path of
the <code>apr-util</code> source code directory. Typically <code>\httpd\srclib\apr-util</code>
- but the APR-UTIL project can be outside of the httpd directory structure.</li>
+ but the APR-UTIL project can be outside of the httpd directory structure.
+ <example>Set APU_WORK=D:\apr-util-1.x.x</example>
+ </li>
<li>Make sure that the path to the AWK utility and the GNU make utility
(<code>gmake.exe</code>) have been included in the system's
@@ -575,6 +581,25 @@
</section>
+ <section id="comp-add-env">
+
+ <title>Additional environment variable options</title>
+
+ <ul>
+ <li>To build all of the experimental modules, set the environment
+ variable <code>EXPERIMENTAL</code>:
+ <example>Set EXPERIMENTAL=1</example>
+ </li>
+
+ <li>To build Apache using standard BSD style sockets rather than
+ Winsock, set the environment variable <code>USE_STDSOCKETS</code>:
+ <example>Set USE_STDSOCKETS=1</example>
+ </li>
+
+ </ul>
+
+ </section>
+
</section>
</manualpage>