]> granicus.if.org Git - apache/commitdiff
Add info for building under UnixWare to the 'Compiling and Installing'
authorChuck Murcko <chuck@apache.org>
Sat, 12 Apr 1997 21:49:31 +0000 (21:49 +0000)
committerChuck Murcko <chuck@apache.org>
Sat, 12 Apr 1997 21:49:31 +0000 (21:49 +0000)
pages.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77877 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html
docs/manual/install.html.en
docs/manual/platform/unixware.html [new file with mode: 0644]

index a9b7619b9d1bf66b40a81f2d9888a4025e21ea0a..71efcea03b28216eeab7277f206556c4fe90dc9d 100644 (file)
 <H1>Compiling and Installing Apache 1.2</H1>
 
 If you wish to download and install an earlier version of Apache please
-read <A HREF="install_1_1.html">Compiling and Installing Apache 1.1</A>.
+read <A HREF="install_1_1.html">Compiling and Installing Apache 1.1</A>.</P>
+
+UnixWare users will want to consult <A HREF="unixware.html">build notes</A>
+for various UnixWare versions before compiling.
 
 <H2>Downloading Apache</H2>
 
index a9b7619b9d1bf66b40a81f2d9888a4025e21ea0a..71efcea03b28216eeab7277f206556c4fe90dc9d 100644 (file)
 <H1>Compiling and Installing Apache 1.2</H1>
 
 If you wish to download and install an earlier version of Apache please
-read <A HREF="install_1_1.html">Compiling and Installing Apache 1.1</A>.
+read <A HREF="install_1_1.html">Compiling and Installing Apache 1.1</A>.</P>
+
+UnixWare users will want to consult <A HREF="unixware.html">build notes</A>
+for various UnixWare versions before compiling.
 
 <H2>Downloading Apache</H2>
 
diff --git a/docs/manual/platform/unixware.html b/docs/manual/platform/unixware.html
new file mode 100644 (file)
index 0000000..5b70e2b
--- /dev/null
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<HTML>
+<HEAD>
+<TITLE>Compiling Apache under UnixWare</TITLE>
+</HEAD>
+
+<BODY>
+<!--#include virtual="header.html" -->
+
+<H1>Compiling Apache under UnixWare</H1>
+
+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.
+
+<H2>UnixWare 1.x</H2>
+
+Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
+defined by Apache autoconfiguration).
+
+<H2>UnixWare 2.0.x</H2>
+
+SCO patch <a href="ftp://ftp.sco.com/UW20/tf2163.txt">tf2163</a> is required
+in order for Apache to work correctly on UnixWare 2.0.x. See
+<a href="http://www.sco.com">http://www.sco.com</a>
+for UnixWare patch information.<p>
+
+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).
+
+<H2>UnixWare 2.1.x</H2>
+
+SCO patch <a href="ftp://ftp.sco.com/UW21/ptf3123b.txt">ptf3123</a> is required
+in order for Apache to work correctly on UnixWare 2.1.x. See
+<a href="http://www.sco.com">http://www.sco.com</a>
+for UnixWare patche information.<p>
+
+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).<p>
+
+Thanks to Joe Doupnik &lt;JRD@cc.usu.edu&gt; and Rich Vaughn
+&lt;rvaughn@aad.com&gt; for additional info for UnixWare builds.<p>
+
+<!--#include virtual="footer.html" -->
+</BODY>
+</HTML>