From: Roy T. Fielding Date: Thu, 1 Dec 2005 07:51:52 +0000 (+0000) Subject: minor doc changes already on 2.2 branch X-Git-Tag: 2.3.0~2705 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b699a107b78c4c5150595f6148de20ea0c6a1586;p=thirdparty%2Fapache%2Fhttpd.git minor doc changes already on 2.2 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/LAYOUT b/LAYOUT index 8385e67f0f4..fc2b8bf810f 100644 --- a/LAYOUT +++ b/LAYOUT @@ -163,11 +163,7 @@ server/ ................. experimental/ ........... - leader/ ................. - - perchild/ ............... - - threadpool/ ............. + event/ ................. mpmt_os2/ ............... diff --git a/README b/README index 59217a37d9b..4fe212aa005 100644 --- a/README +++ b/README @@ -43,28 +43,28 @@ o If you want to be informed about new code releases, bug fixes, security fixes, general news and information about the Apache server subscribe to the apache-announce mailing list as described under - http://httpd.apache.org/lists.html#http-announce + o If you want freely available support for running Apache please join the Apache user community by subscribing to Users Mailing List at - http://httpd.apache.org/userslist.html or one of the following USENET - newsgroups: - comp.infosystems.www.servers.unix - comp.infosystems.www.servers.ms-windows + or one of the following + USENET newsgroups: + comp.infosystems.www.servers.unix + comp.infosystems.www.servers.ms-windows Also available at: - http://groups.google.com/groups?group=comp.infosystems.www.servers + o If you want commercial support for running Apache please contact one of the companies and contractors which are listed at - http://www.apache.org/info/support.cgi + o If you have a concrete bug report for Apache please go to the Apache Group Bug Database and submit your report: - http://httpd.apache.org/bug_report.html + o If you want to participate in actively developing Apache please subscribe to the `dev@httpd.apache.org' mailing list as described at - http://www.apache.org/lists.html#http-dev + Acknowledgments ---------------- diff --git a/modules/ssl/README b/modules/ssl/README index 5f9421cf508..49ef6623ea1 100644 --- a/modules/ssl/README +++ b/modules/ssl/README @@ -13,7 +13,7 @@ SYNOPSIS SOURCES - See the top-level LAYOUT file in httpd-2.1 for file descriptions. + See the top-level LAYOUT file for file descriptions. The source files are written in clean ANSI C and pass the ``gcc -O -g -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes @@ -74,7 +74,7 @@ INCOMPATIBILITIES MAJOR CHANGES For a complete history of changes for Apache 2 mod_ssl, see the - CHANGES file in the top-level httpd-2.1 directory. The following + CHANGES file in the top-level directory. The following is a condensed summary of the major changes were made between mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2: @@ -104,4 +104,4 @@ MAJOR CHANGES TODO - See the top-level STATUS file in httpd-2.1 for current efforts and goals. + See the top-level STATUS file for current efforts and goals.