From: Chuck Murcko Date: Sat, 12 Apr 1997 21:49:31 +0000 (+0000) Subject: Add info for building under UnixWare to the 'Compiling and Installing' X-Git-Tag: APACHE_1_2b9~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c072c6dc3086120ef3909f262e809b442ffeda20;p=apache Add info for building under UnixWare to the 'Compiling and Installing' pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77877 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html b/docs/manual/install.html index a9b7619b9d..71efcea03b 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -10,7 +10,10 @@

Compiling and Installing Apache 1.2

If you wish to download and install an earlier version of Apache please -read Compiling and Installing Apache 1.1. +read Compiling and Installing Apache 1.1.

+ +UnixWare users will want to consult build notes +for various UnixWare versions before compiling.

Downloading Apache

diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index a9b7619b9d..71efcea03b 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -10,7 +10,10 @@

Compiling and Installing Apache 1.2

If you wish to download and install an earlier version of Apache please -read Compiling and Installing Apache 1.1. +read Compiling and Installing Apache 1.1.

+ +UnixWare users will want to consult build notes +for various UnixWare versions before compiling.

Downloading Apache

diff --git a/docs/manual/platform/unixware.html b/docs/manual/platform/unixware.html new file mode 100644 index 0000000000..5b70e2bfee --- /dev/null +++ b/docs/manual/platform/unixware.html @@ -0,0 +1,50 @@ + + + +Compiling Apache under UnixWare + + + + + +

Compiling Apache under UnixWare

+ +To compile a working copy of Apache under UnixWare, there are several other +steps you may need to take. These prevent such problems as zombie processes, +bind errors, and accept errors, to name a few. + +

UnixWare 1.x

+ +Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not +defined by Apache autoconfiguration). + +

UnixWare 2.0.x

+ +SCO patch tf2163 is required +in order for Apache to work correctly on UnixWare 2.0.x. See +http://www.sco.com +for UnixWare patch information.

+ +In addition, make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not +defined by Apache autoconfiguration). To reduce instances of connections +in FIN_WAIT_2 state, you may also want to define NO_LINGCLOSE (Apache 1.2 +only). + +

UnixWare 2.1.x

+ +SCO patch ptf3123 is required +in order for Apache to work correctly on UnixWare 2.1.x. See +http://www.sco.com +for UnixWare patche information.

+ +In addition, make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not +defined by Apache autoconfiguration). To reduce instances of connections +in FIN_WAIT_2 state, you may also want to define NO_LINGCLOSE (Apache 1.2 +only).

+ +Thanks to Joe Doupnik <JRD@cc.usu.edu> and Rich Vaughn +<rvaughn@aad.com> for additional info for UnixWare builds.

+ + + +