From: Bradley Nicholes Date: Mon, 18 Apr 2005 20:46:14 +0000 (+0000) Subject: Document some environment variable options X-Git-Tag: 2.1.5~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8e7a6c5714ba09fe63995c07c78c5889188b650;p=apache Document some environment variable options git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161796 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@
  • Set the environment variable AP_WORK to the full path of - the httpd source code directory.
  • + the httpd source code directory. + Set AP_WORK=D:\httpd-2.0.x +
  • Set the environment variable APR_WORK to the full path of the apr source code directory. Typically \httpd\srclib\apr - but the APR project can be outside of the httpd directory structure.
  • + but the APR project can be outside of the httpd directory structure. + Set APR_WORK=D:\apr-1.x.x +
  • Set the environment variable APU_WORK to the full path of the apr-util source code directory. Typically \httpd\srclib\apr-util - but the APR-UTIL project can be outside of the httpd directory structure.
  • + but the APR-UTIL project can be outside of the httpd directory structure. + Set APU_WORK=D:\apr-util-1.x.x +
  • Make sure that the path to the AWK utility and the GNU make utility (gmake.exe) have been included in the system's @@ -575,6 +581,25 @@ +
    + + Additional environment variable options + +
      +
    • To build all of the experimental modules, set the environment + variable EXPERIMENTAL: + Set EXPERIMENTAL=1 +
    • + +
    • To build Apache using standard BSD style sockets rather than + Winsock, set the environment variable USE_STDSOCKETS: + Set USE_STDSOCKETS=1 +
    • + +
    + +
    +