<
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.
Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
defined by Apache autoconfiguration).
in order for Apache to work correctly on UnixWare
2.0.x. See
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
in order for Apache to work correctly on UnixWare
2.1.x. See
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
Thanks to Joe Doupnik <JRD@cc.usu.edu> and Rich Vaughn
<rvaughn@aad.com> for additional info for UnixWare builds.<
p>