rse 99/12/17 14:25:18
Modified: src CHANGES
. README.configure
Log:
Updated README.config to reflect current APACI state.
Submitted by: rian Slesinsky <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 5397
Revision Changes Path
1.1483 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1482
retrieving revision 1.1483
diff -u -r1.1482 -r1.1483
--- CHANGES 1999/12/17 22:22:59 1.1482
+++ CHANGES 1999/12/17 22:25:11 1.1483
@@ -1,5 +1,8 @@
Changes with Apache 1.3.10
+ *) Updated README.config to reflect current APACI state.
+ [Brian Slesinsky <[EMAIL PROTECTED]>] PR#5397
+
*) Added SuSE layout to config.layout for convinience reasons.
[Sebastian Helms <[EMAIL PROTECTED]>] PR#5112
1.19 +10 -10 apache-1.3/README.configure
Index: README.configure
===================================================================
RCS file: /home/cvs/apache-1.3/README.configure,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- README.configure 1999/02/07 18:05:33 1.18
+++ README.configure 1999/12/17 22:25:17 1.19
@@ -64,27 +64,27 @@
$ make install
This builds Apache 1.3 with the standard set of enabled modules
- (automatically determined from src/Configuration.tmpl) with a
GNU-conforming
- subdirectory layout under /path/to/apache. For using the old Apache 1.2
- subdirectory layout additionally use the --compat option:
+ (automatically determined from src/Configuration.tmpl) with an Apache 1.2
+ conforming subdirectory layout under /path/to/apache. For using the GNU
+ style subdirectory layout additionally use the --with-layout=GNU option:
- $ ./configure --compat --prefix=/path/to/apache
+ $ ./configure --with-layout=GNU --prefix=/path/to/apache
$ make
$ make install
If you are not sure which directory layout you want, you can use the
- --layout option. It displays the directory layout which would be used but
- immediately exits without configuring anything. Examples:
+ --show-layout option. It displays the directory layout which would be used
+ but immediately exits without configuring anything. Examples:
- $ ./configure --layout
- $ ./configure --prefix=/path/to/apache --layout
- $ ./configure --compat --prefix=/path/to/apache --layout
+ $ ./configure --show-layout
+ $ ./configure --prefix=/path/to/apache --show-layout
+ $ ./configure --with-layout=GNU --prefix=/path/to/apache --show-layout
Additionally if some of the shown paths still don't fit for your particular
situation, you can use the --bindir, --sbindir, --libexecdir, --mandir,
--sysconfdir, --datadir, --localstatedir, --runtimedir, --logfiledir and
--proxycachedir options to adjust the layout as required. Always check with
- --layout the resulting directory layout which would be used for
+ --show-layout the resulting directory layout which would be used for
installation.
suEXEC support