From: Astrid Malo Date: Mon, 17 Nov 2003 22:28:17 +0000 (+0000) Subject: improve this document step by step: X-Git-Tag: pre_ajp_proxy~1038 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb9e2e9e1936b0ff7a2822194a1a80127adcdb9d;p=apache improve this document step by step: - use --enable-layout description from install.xml further contributions and comments are welcome git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101805 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 1e2ebd76cc..50d6f25720 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -131,11 +131,16 @@

Define a directory layout

-
--enable-layout=LAYOUT
Configure the source code and build scripts to assume an - installation tree based on the layout LAYOUT. The default - layout is Apache.
+ installation tree based on the layout LAYOUT. This allows + you to separately specify the locations for each type of file within + the Apache HTTP Server installation. The config.layout + 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 <Layout + FOO>...</Layout> sections and referred to by name as + in FOO. The default layout is Apache.
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 7cd19611de..da5030b043 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -114,11 +114,16 @@
Define a directory layout
-
--enable-layout=LAYOUT
Configure the source code and build scripts to assume an - installation tree based on the layout LAYOUT. The default - layout is Apache.
+ installation tree based on the layout LAYOUT. This allows + you to separately specify the locations for each type of file within + the Apache HTTP Server installation. The config.layout + 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 <Layout + FOO>...</Layout> sections and referred to by name as + in FOO. The default layout is Apache.