kess 2003/11/17 14:28:17
Modified: docs/manual/programs configure.html.en configure.xml
Log:
improve this document step by step:
- use --enable-layout description from install.xml
further contributions and comments are welcome
Revision Changes Path
1.5 +8 -3 httpd-2.0/docs/manual/programs/configure.html.en
Index: configure.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.html.en,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.html.en 13 Nov 2003 23:14:56 -0000 1.4
+++ configure.html.en 17 Nov 2003 22:28:17 -0000 1.5
@@ -131,11 +131,16 @@
<h4><a name="layout" id="layout">Define a directory layout</a></h4>
<dl>
-
<dt><code>--enable-layout=<var>LAYOUT</var></code></dt>
<dd>Configure the source code and build scripts to assume an
- installation tree based on the layout <var>LAYOUT</var>. The default
- layout is <code>Apache</code>.</dd>
+ installation tree based on the layout <var>LAYOUT</var>. This allows
+ you to separately specify the locations for each type of file within
+ the Apache HTTP Server installation. The <code>config.layout</code>
+ file contains several example configurations, and you can also create
+ your own custom configuration following the examples. The different
+ layouts in this file are grouped into <code><Layout
+ FOO>...</Layout></code> sections and referred to
by name as
+ in <code>FOO</code>. The default layout is <code>Apache</code>.</dd>
</dl>
1.5 +8 -3 httpd-2.0/docs/manual/programs/configure.xml
Index: configure.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.xml 13 Nov 2003 23:14:56 -0000 1.4
+++ configure.xml 17 Nov 2003 22:28:17 -0000 1.5
@@ -114,11 +114,16 @@
<section id="layout"><title>Define a directory layout</title>
<dl>
- <!-- further explanation needed -->
<dt><code>--enable-layout=<var>LAYOUT</var></code></dt>
<dd>Configure the source code and build scripts to assume an
- installation tree based on the layout <var>LAYOUT</var>. The default
- layout is <code>Apache</code>.</dd>
+ installation tree based on the layout <var>LAYOUT</var>. This allows
+ you to separately specify the locations for each type of file within
+ the Apache HTTP Server installation. The <code>config.layout</code>
+ file contains several example configurations, and you can also create
+ your own custom configuration following the examples. The different
+ layouts in this file are grouped into <code><Layout
+ FOO>...</Layout></code> sections and referred to
by name as
+ in <code>FOO</code>. The default layout is <code>Apache</code>.</dd>
</dl>
</section>
|