cvs commit: apache/htdocs/manual unixware.html

1997-04-24 Thread Chuck Murcko
chuck   97/04/24 18:27:32

  Modified:htdocs/manual  unixware.html
  Log:
  Added note that Unixware 2.1.2 does not require patch ptf3123.
  
  Revision  ChangesPath
  1.2   +3 -1  apache/htdocs/manual/unixware.html
  
  Index: unixware.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/unixware.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** unixware.html 1997/04/12 21:49:31 1.1
  --- unixware.html 1997/04/25 01:27:30 1.2
  ***
  *** 35,41 
SCO patch ftp://ftp.sco.com/UW21/ptf3123b.txt";>ptf3123 is 
required
in order for Apache to work correctly on UnixWare 2.1.x. See
http://www.sco.com";>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
  --- 35,43 
SCO patch ftp://ftp.sco.com/UW21/ptf3123b.txt";>ptf3123 is 
required
in order for Apache to work correctly on UnixWare 2.1.x. See
http://www.sco.com";>http://www.sco.com
  ! for UnixWare patch information.
  ! 
  ! NOTE: Unixware 2.1.2 and later already have patch ptf3123 included

In addition, make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
defined by Apache autoconfiguration). To reduce instances of connections
  
  
  


cvs commit: apache/htdocs/manual unixware.html

1997-05-09 Thread Chuck Murcko
chuck   97/05/09 02:34:10

  Modified:htdocs/manual  unixware.html
  Log:
  Add info from DeanRMoeller <[EMAIL PROTECTED]>, PR#466, concerning
  problems with accept() errors.
  
  Revision  ChangesPath
  1.3   +3 -1  apache/htdocs/manual/unixware.html
  
  Index: unixware.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/unixware.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** unixware.html 1997/04/25 01:27:30 1.2
  --- unixware.html 1997/05/09 09:34:09 1.3
  ***
  *** 16,22 
UnixWare 1.x

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

UnixWare 2.0.x

  --- 16,24 
UnixWare 1.x

Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
  ! defined by Apache autoconfiguration). If using the UnixWare cc
  ! compiler, and you still see accept() errors, don't use compiler 
optimization,
  ! or get gcc.

UnixWare 2.0.x

  
  
  


cvs commit: apache/htdocs/manual unixware.html install.html install_1_1.html

1997-04-12 Thread Chuck Murcko
chuck   97/04/12 14:49:33

  Modified:htdocs/manual  install.html install_1_1.html
  Added:   htdocs/manual  unixware.html
  Log:
  Add info for building under UnixWare to the 'Compiling and Installing'
  pages.
  
  Revision  ChangesPath
  1.6   +4 -1  apache/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/install.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** install.html  1997/02/19 09:55:17 1.5
  --- install.html  1997/04/12 21:49:30 1.6
  ***
  *** 10,16 
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.

Downloading Apache

  --- 10,19 
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.
  ! 
  ! UnixWare users will want to consult build notes
  ! for various UnixWare versions before compiling.

Downloading Apache

  
  
  
  1.3   +4 -1  apache/htdocs/manual/install_1_1.html
  
  Index: install_1_1.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/install_1_1.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** install_1_1.html  1996/11/26 05:36:39 1.2
  --- install_1_1.html  1997/04/12 21:49:30 1.3
  ***
  *** 11,17 
Information on the latest version of Apache can be found on the Apache
web server at http://www.apache.org/. This will list the current release,
any more recent beta-test release, together with details of mirror
  ! web and anonymous ftp sites.

Compiling Apache
This release of Apache supports the notion of `optional modules'.
  --- 11,20 
Information on the latest version of Apache can be found on the Apache
web server at http://www.apache.org/. This will list the current release,
any more recent beta-test release, together with details of mirror
  ! web and anonymous ftp sites.
  ! 
  ! UnixWare users will want to consult build notes
  ! for various UnixWare versions before compiling.

Compiling Apache
This release of Apache supports the notion of `optional modules'.