summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/htdocs/manual/unixware.html
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-03-25 07:08:54 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-03-25 07:08:54 +0000
commit3f4ed824e7361dfbc5dae85d166deba9ba40590c (patch)
tree5bd32792ece705c7a120022780079c337f60e041 /usr.sbin/httpd/htdocs/manual/unixware.html
parentc62e56f3daf49ddbe42e2f80b0bde4b6a322fca0 (diff)
Initial import from apache 1.2.6
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/unixware.html')
-rw-r--r--usr.sbin/httpd/htdocs/manual/unixware.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/unixware.html b/usr.sbin/httpd/htdocs/manual/unixware.html
new file mode 100644
index 00000000000..4d8e1c53b99
--- /dev/null
+++ b/usr.sbin/httpd/htdocs/manual/unixware.html
@@ -0,0 +1,73 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+<HEAD>
+<TITLE>Compiling Apache under UnixWare</TITLE>
+</HEAD>
+
+<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+<BODY
+ BGCOLOR="#FFFFFF"
+ TEXT="#000000"
+ LINK="#0000FF"
+ VLINK="#000080"
+ ALINK="#FF0000"
+>
+<DIV ALIGN="CENTER">
+ <IMG SRC="images/sub.gif" ALT="[APACHE DOCUMENTATION]">
+ <H3>
+ Apache HTTP Server Version 1.2
+ </H3>
+</DIV>
+
+
+<H1 ALIGN="CENTER">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). If using the UnixWare <i>cc</i>
+compiler, and you still see accept() errors, don't use compiler optimization,
+or get <i>gcc</i>.
+
+<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 patch information.<p>
+
+<b>NOTE:</b> Unixware 2.1.2 and later already have patch ptf3123 included<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>
+
+<HR>
+<H3 ALIGN="CENTER">
+ Apache HTTP Server Version 1.2
+</H3>
+
+<A HREF="./"><IMG SRC="images/index.gif" ALT="Index"></A>
+
+</BODY>
+</HTML>