brian 96/07/02 23:24:34
Modified: . README
Log:
Reviewed by: Roy Fielding
Added text describing the situation with newer versions of mod_auth_msql and
mod_cern_meta.
Revision Changes Path
1.3 +16 -7 apache/README
Index: README
===================================================================
RCS file: /export/home/cvs/apache/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** README 1996/02/22 11:45:46 1.2
--- README 1996/07/03 06:24:32 1.3
***************
*** 17,26 ****
Installation
------------
! This program is distributed in source form only. In order to compile
! it, you must set compile-time options (in particular, system type) for
! your system by editing a Configuration file, run a script which generates
! a Makefile and a small piece of C code, and then compile it.
For instructions on compilation, see the file 'INSTALL' in the src/
directory.
--- 17,27 ----
Installation
------------
! Unless you grabbed a binary distribution of Apache, you must compile
! it for your specific platform. In order to compile it, you must set
! compile-time options (in particular, system type) for your system by
! editing a Configuration file, run a script which generates a Makefile
! and a small piece of C code, and then compile it.
For instructions on compilation, see the file 'INSTALL' in the src/
directory.
***************
*** 57,67 ****
------------------
Details of the latest version are in the apache project page (above).
! The most recent distribution is also available by anonymous ftp
! from ftp.ast.cam.ac.uk in the directory /pub/WWW/apache.
Licencing
---------
Please see the file called LICENSE.
-
--- 58,76 ----
------------------
Details of the latest version are in the apache project page (above).
!
! NOTE: At the time of release of Apache 1.1, two modules had updated
! versions which were not sufficiently tested for inclusion into the 1.1
! distribution: mod_auth_msql and mod_cern_meta. The newer versions are
! available from http://www.apache.org/dist/contrib/modules/ - if you
! plan on using this functionality we encourage you to give the newer
! modules a test drive, and let us know of any problems. In particular,
! mod_cern_meta is now configurable per-directory, and the configuration
! directives have changed. We can not promise that the existing
! configuration directives provided by the mod_cern_meta included in the
! distribution will be supported in the future.
Licencing
---------
Please see the file called LICENSE.