You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/23 02:46:43 UTC

cvs commit: httpd-2.0 CHANGES INSTALL README

rbb         00/12/22 17:46:42

  Modified:    .        CHANGES INSTALL README
  Log:
  Update the Readme and Install docs to reflect 2.0 a bit better.
  
  Revision  Changes    Path
  1.22      +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- CHANGES	2000/12/22 23:43:15	1.21
  +++ CHANGES	2000/12/23 01:46:41	1.22
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0b1
   
  +  *) Update some of the docs in README and INSTALL to reflect some of
  +     the changes in Apache 2.0 [Cliff Woolley <cl...@yahoo.com>]
  +
     *) If we get EAGAIN returned from the call to apr_sendfile, then we
        need to call sendfile again.  This gets us serving large files
        such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]
  
  
  
  1.5       +4 -30     httpd-2.0/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/INSTALL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- INSTALL	2000/12/21 12:04:02	1.4
  +++ INSTALL	2000/12/23 01:46:42	1.5
  @@ -59,13 +59,13 @@
           For some of the support scripts like `apxs' or `dbmmanage'
           (which are written in Perl) the Perl 5 interpreter is required
           (versions 5.003 and 5.004 are fine). If no such interpreter is
  -        found by APACI's `configure' script this is no harm.  Of
  -        course, you still can build and install Apache 1.3. Only those
  +        found by the `configure' script this is no harm.  Of
  +        course, you still can build and install Apache 2.0. Only those
           support scripts cannot be used. If you have multiple Perl
           interpreters installed (perhaps a Perl 4 from the vendor and a
           Perl 5 from your own), then it is recommended to use the
           --with-perl option (see below) to make sure the correct one is
  -        selected by APACI.
  +        selected by ./configure.
   
        o  Dynamic Shared Object (DSO) support [OPTIONAL]:
   
  @@ -338,16 +338,7 @@
                       (-) = disabled per default [enable  with --enable-module ]
   
        Use the --enable-suexec option to enable the suEXEC feature by
  -     building and installing the "suexec" support program. Use
  -     --suexec-caller=UID to set the allowed caller user id,
  -     --suexec-userdir=DIR to set the user subdirectory,
  -     --suexec-docroot=DIR to set the suexec root directory,
  -     --suexec-uidmin=UID/--suexec-gidmin=GID to set the minimal
  -     allowed UID/GID, --suexec-logfile=FILE to set the logfile and
  -     --suexec-safepath=PATH to set the safe shell PATH for the suEXEC
  -     feature. At least one --suexec-xxxxx option has to be provided
  -     together with the --enable-suexec option to let APACI accept your
  -     request for using the suEXEC feature.
  +     building and installing the "suexec" support program.
   
        CAUTION: FOR DETAILS ABOUT THE SUEXEC FEATURE WE HIGHLY RECOMMEND
                 YOU TO FIRST READ THE DOCUMENT htdocs/manual/suexec.html
  @@ -364,26 +355,9 @@
                 YOU NOT CONSIDER USING SUEXEC AND KEEP AWAY FROM THESE
                 OPTIONS!
   
  -     Use the --shadow option to let APACI create a shadow source tree
  -     of the sources for building. This is useful when you want to
  -     build for different platforms in parallel (usually through a NFS,
  -     AFS or DFS mounted filesystem).  You may specify a directory to
  -     the --shadow option into which the shadow tree will be created.
  - 
        Use the --quiet option to disable all configuration verbose
        messages.
    
  -     Use the --verbose option to enable additional verbose messages.
  -     
  -     Use the --server-uid option to specify the user ID you want the
  -     server to run as. If not specified the server will run as user
  -     nobody.  If the user ID specified is different than the ID of the
  -     user starting the server, you need to start the server as root.
  -
  -     Use the --server-gid option to specify the group ID you want the
  -     server user ID to be a member of.  If not specified, the group ID
  -     will be #-1.
  -
   
     4. Building the package
        --------------------
  
  
  
  1.4       +3 -2      httpd-2.0/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/README,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README	2000/12/21 01:54:59	1.3
  +++ README	2000/12/23 01:46:42	1.4
  @@ -64,8 +64,9 @@
     modifications by Spyglass Inc., Carnegie Mellon University, and
     Bell Communications Research, Inc (Bellcore).
   
  -  This package contains software written and copyrighted by Henry
  -  Spencer.  Please see the file called src/regex/COPYRIGHT. 
  +  This package contains software written by Philip Hazel and copyrighted by 
  +  the University of Cambridge.  Please see the file called 
  +  srclib/pcre/COPYING. 
   
     The NT port was started with code provided to the Apache Group
     by Ambarish Malpani of ValiCert, Inc. (http://www.valicert.com/).