]> granicus.if.org Git - apache/commitdiff
2.0 -> 2.1
authorWilfredo Sanchez <wsanchez@apache.org>
Sun, 8 Dec 2002 21:05:57 +0000 (21:05 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Sun, 8 Dec 2002 21:05:57 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97800 13f79535-47bb-0310-9956-ffa450edef68

36 files changed:
INSTALL
LAYOUT
README
README.platforms
build/httpd_roll_release
docs/STATUS
docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf
docs/conf/ssl-std.conf
docs/manual/faq/index.html
docs/manual/faq/support.html
docs/manual/glossary.html.en
docs/manual/glossary.xml
docs/manual/install.html.de
docs/manual/install.html.en
docs/manual/install.html.ja.jis
docs/manual/install.html.ko.euc-kr
docs/manual/install.xml
docs/manual/install.xml.de
docs/manual/install.xml.ja
docs/manual/mod/mod_info.html.en
docs/manual/mod/mod_info.html.ja.jis
docs/manual/mod/mod_info.xml
docs/manual/mod/mod_info.xml.ja
docs/manual/programs/suexec.html
docs/manual/ssl/ssl_faq.html.en
docs/manual/ssl/ssl_faq.xml
docs/manual/suexec.html.en
docs/manual/suexec.html.ja.jis
docs/manual/suexec.xml
docs/manual/suexec.xml.ja
modules/experimental/README
modules/proxy/CHANGES
modules/ssl/README
modules/ssl/ssl_expr_scan.c
server/util.c

diff --git a/INSTALL b/INSTALL
index 16472e98fadb7afc58c6b854f27e42bcc7dfbe8d..7a17d3675be25636a3a379b2a4d351a29d54edf8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@
   ------------------
 
   For complete installation documentation, see [ht]docs/manual/install.html or
-  http://httpd.apache.org/docs-2.0/install.html
+  http://httpd.apache.org/docs-2.1/install.html
 
      $ ./configure --prefix=PREFIX
      $ make
@@ -40,7 +40,7 @@
      --enable-rewrite=shared \
      --enable-speling=shared 
 
-  The easiest way to find all of the configuration flags for Apache 2.0
+  The easiest way to find all of the configuration flags for Apache 2.1
   is to run ./configure --help.
 
 
   ---------------------
 
   For complete documentation, see [ht]docs/manual/platform/windows.html or
-  http://httpd.apache.org/docs-2.0/platform/windows.html.
+  http://httpd.apache.org/docs-2.1/platform/windows.html.
 
   The Apache/Win32 binaries are primarily distributed as a Windows Installer 
   package (.msi), and may be available as a .zip file as well.  These packages 
-  are named apache-2.0.xx-win32-x86.msi and apache-2.0.xx-win32-x86.zip.  
+  are named apache-2.1.xx-win32-x86.msi and apache-2.1.xx-win32-x86.zip.  
   Please choose the .msi package if at all possible.
 
-  If you have unpacked a source distribution (named httpd-2.0-xx.zip, without
+  If you have unpacked a source distribution (named httpd-2.1-xx.zip, without
   any -win32-x86 notation) you must compile the package yourself, see the links
   mentioned above.  Unless you intended to do this, please look again for the 
   binary package from http://www.apache.org/dist/httpd/binaries/win32/ and
@@ -85,7 +85,7 @@
   comp.infosystems.www.servers.unix or
   comp.infosystems.www.servers.ms-windows.
 
-  Thanks for using the Apache HTTP Server, version 2.0.
+  Thanks for using the Apache HTTP Server, version 2.1.
 
                                      The Apache Software Foundation
                                      http://www.apache.org/
diff --git a/LAYOUT b/LAYOUT
index dbeee7d68ee22a904366b02ffdccd53bcc589874..c5525d76ea41c3b6015bae7883c29d5d513820aa 100644 (file)
--- a/LAYOUT
+++ b/LAYOUT
@@ -1,7 +1,7 @@
-The httpd-2.0 Source Tree LAYOUT
+The httpd-2.1 Source Tree LAYOUT
 --------------------------------
 
-./ .................... Top-Level httpd-2.0 Root Directory
+./ .................... Top-Level httpd-2.1 Root Directory
 
   ABOUT_APACHE .......... Overview of the Apache HTTP Server
   LAYOUT ................ This file describing the source tree
diff --git a/README b/README
index c4c2108399843c195d553ee6ff41d64cf40df6b4..59217a37d9bcd584146e92de7f6a3d5570851e01 100644 (file)
--- a/README
+++ b/README
@@ -24,7 +24,7 @@
   The documentation available as of the date of this release is
   included in HTML format in the docs/manual/ directory.  The most
   up-to-date documentation can be found at
-  http://httpd.apache.org/docs-2.0/.
+  http://httpd.apache.org/docs-2.1/.
 
   Installation
   ------------
@@ -86,5 +86,5 @@
   University of Cambridge, England.  The original software is available from
      ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 
-  Apache 2.0 relies heavily on the use of autoconf and libtool to provide
+  Apache 2 relies heavily on the use of autoconf and libtool to provide
   a build environment.
index 155ef278114b5807b09442249fbfa00e2d193306..d565fdd0536436cd7e5ff7367947abf99c9fd052 100644 (file)
@@ -6,12 +6,12 @@
 
 ================
   Darwin (OS X):
-   Apache 2.0 relies heavily on the use of autoconf and libtool to
+   Apache 2 relies heavily on the use of autoconf and libtool to
    provide a build environment.  Darwin provides these tools as part
    of the Developers Tools package. Under Darwin, however, GNUlibtool
    is installed as 'glibtool' to avoid conflicting with the Darwin
-   'libtool' program.  Apache 2.0 knows about this so that's not
-   problem.
+   'libtool' program.  Apache 2 knows about this so that's not a
+   problem.
 
    As of OS X 10.2 (Jaguar), the bundled versions work perfectly. Partly
    this is due to the fact that /bin/sh is now 'bash' and not 'zsh' as
index 89102a5908515002ff3c0aaffeb3fc2f4be21337..4eaf137491e0349dfadc0bc8a0d91d7f751029ac 100755 (executable)
@@ -18,7 +18,7 @@ USER=$3
 
 REPO="httpd-2.0"
 WORKING_DIR=`echo "$REPO" | sed -e 's/[\-\.]/./g'`
-WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_0_/./'`
+WORKING_TAG=`echo "$TAG" | sed -e 's/APACHE_2_1_/./'`
 WORKING_DIR="$WORKING_DIR$WORKING_TAG"
 
 START_DIR=`echo "$PWD"`
@@ -37,12 +37,12 @@ cd $START_DIR/$WORKING_DIR
 # Make sure the master site's FAQ is up-to-date.  It doesn't hurt to do this
 # all the time.  :-)
 echo "REMEMBER TO UPDATE THE SITE'S FAQ!!"
-#(cd /www/httpd.apache.org/docs-2.0/faq/; cvs update)
+#(cd /www/httpd.apache.org/docs-2.1/faq/; cvs update)
 
 # Now update the FAQ in the tarball via a download from the master site.
 # The FAQ contains SSI tags too complex for the expand.pl script to handle.
 rm -f docs/manual/faq/*.html
-links -source http://httpd.apache.org/docs-2.0/faq/index.html?ONEPAGE \
+links -source http://httpd.apache.org/docs-2.1/faq/index.html?ONEPAGE \
               > docs/manual/faq/index.html
 
 # Create the configure scripts
index 026104ed0c012c59082d6d338b69e862ffcef5e9..83b4f0a1475a62fb04964866eddd76cde190b5b4 100644 (file)
@@ -1,5 +1,5 @@
-Apache HTTP Server 2.0 Documentation Status File.
-Last modified: $Date: 2002/11/23 18:49:31 $
+Apache HTTP Server 2.1 Documentation Status File.
+Last modified: $Date: 2002/12/08 21:05:55 $
 
 If you are interested in helping accomplish some of the tasks on this
 list or otherwise improving the documentation, please join the
index 8e602158670719230e724295280d4bad1b7f3bf3..717e6545fe6d6a0e04ad7d75011f6a094f3c0f98 100644 (file)
@@ -3,7 +3,7 @@
 #
 # This is the main Apache server configuration file.  It contains the
 # configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.0/> for detailed information about
+# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information about
 # the directives.
 #
 # Do NOT simply read the instructions in here without understanding
@@ -42,7 +42,7 @@
 #
 # NOTE!  If you intend to place this on an NFS (or otherwise network)
 # mounted filesystem then please read the LockFile documentation (available
-# at <URL:http://httpd.apache.org/docs-2.0/mod/mpm_common.html#lockfile>);
+# at <URL:http://httpd.apache.org/docs-2.1/mod/mpm_common.html#lockfile>);
 # you will save yourself a lot of trouble.
 #
 # Do NOT add a slash at the end of the directory path.
@@ -340,7 +340,7 @@ DocumentRoot "@exp_htdocsdir@"
     # doesn't give it to you.
     #
     # The Options directive is both complicated and important.  Please see
-    # http://httpd.apache.org/docs-2.0/mod/core.html#options
+    # http://httpd.apache.org/docs-2.1/mod/core.html#options
     # for more information.
     #
     Options Indexes FollowSymLinks
@@ -458,7 +458,7 @@ HostnameLookups Off
 # The default is on; turn this off if you serve from NFS-mounted 
 # filesystems.  On some systems, turning it off (regardless of
 # filesystem) can improve performance; for details, please see
-# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap
+# http://httpd.apache.org/docs-2.1/mod/core.html#enablemmap
 #
 #EnableMMAP off
 
@@ -467,7 +467,7 @@ HostnameLookups Off
 # used  to deliver files (assuming that the OS supports it).
 # The default is on; turn this off if you serve from NFS-mounted 
 # filesystems.  Please see
-# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile
+# http://httpd.apache.org/docs-2.1/mod/core.html#enablesendfile
 #
 #EnableSendfile off
 
@@ -1068,7 +1068,7 @@ ServerSignature On
 # IP addresses. This is indicated by the asterisks in the directives below.
 #
 # Please see the documentation at 
-# <URL:http://httpd.apache.org/docs-2.0/vhosts/>
+# <URL:http://httpd.apache.org/docs-2.1/vhosts/>
 # for further details before you try to setup virtual hosts.
 #
 # You may use the command line option '-S' to verify your virtual host
index 0b5e8383a76a4c8e2a621237876a56e8296a7081..ce8dc0722f2cd83c9ef75e39c3c42b5549449897 100644 (file)
@@ -3,7 +3,7 @@
 #
 # This is the main Apache server configuration file.  It contains the
 # configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.0/> for detailed information about
+# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information about
 # the directives.
 #
 # Do NOT simply read the instructions in here without understanding
@@ -49,7 +49,7 @@
 #
 # NOTE!  If you intend to place this on an NFS (or otherwise network)
 # mounted filesystem then please read the LockFile documentation (available
-# at <URL:http://httpd.apache.org/docs-2.0/mod/mpm_common.html#lockfile>);
+# at <URL:http://httpd.apache.org/docs-2.1/mod/mpm_common.html#lockfile>);
 # you will save yourself a lot of trouble.
 #
 # Do NOT add a slash at the end of the directory path.
@@ -267,7 +267,7 @@ DocumentRoot "@@ServerRoot@@/htdocs"
 # doesn't give it to you.
 #
 # The Options directive is both complicated and important.  Please see
-# http://httpd.apache.org/docs-2.0/mod/core.html#options
+# http://httpd.apache.org/docs-2.1/mod/core.html#options
 # for more information.
 #
     Options Indexes FollowSymLinks
@@ -384,7 +384,7 @@ HostnameLookups Off
 # The default is on; turn this off if you serve from NFS-mounted 
 # filesystems.  On some systems, turning it off (regardless of
 # filesystem) can improve performance; for details, please see
-# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap
+# http://httpd.apache.org/docs-2.1/mod/core.html#enablemmap
 #
 #EnableMMAP off
 
@@ -393,7 +393,7 @@ HostnameLookups Off
 # used  to deliver files (assuming that the OS supports it).
 # The default is on; turn this off if you serve from NFS-mounted 
 # filesystems.  Please see
-# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile
+# http://httpd.apache.org/docs-2.1/mod/core.html#enablesendfile
 #
 #EnableSendfile off
 
@@ -967,7 +967,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully
 # IP addresses. This is indicated by the asterisks in the directives below.
 #
 # Please see the documentation at 
-# <URL:http://httpd.apache.org/docs-2.0/vhosts/>
+# <URL:http://httpd.apache.org/docs-2.1/vhosts/>
 # for further details before you try to setup virtual hosts.
 #
 # You may use the command line option '-S' to verify your virtual host
index 4bc80839194aaa97ac52890e47932b82da93ecc4..5135441f2496452307570e782c0c645d5211c454 100644 (file)
@@ -2,7 +2,7 @@
 # This is the Apache server configuration file providing SSL support.
 # It contains the configuration directives to instruct the server how to
 # serve pages over an https connection. For detailing information about these 
-# directives see <URL:http://httpd.apache.org/docs-2.0/mod/mod_ssl.html>
+# directives see <URL:http://httpd.apache.org/docs-2.1/mod/mod_ssl.html>
 #
 #   For the moment, see <URL:http://www.modssl.org/docs/> for this info. 
 #   The documents are still being prepared from material donated by the
index 0cf11788d09a1cea850dd880d9db17d425fe820c..a27fea7e567ee47016be4918e0c0ecc3fe6b2b43 100644 (file)
@@ -21,8 +21,8 @@
 
     <p>The latest version of this FAQ is always available from the
     main Apache web site, at &lt;<a
-    href="http://httpd.apache.org/docs-2.0/faq/"
-    rel="Help"><samp>http://httpd.apache.org/docs-2.0/faq/</samp></a>&gt;.
+    href="http://httpd.apache.org/docs-2.1/faq/"
+    rel="Help"><samp>http://httpd.apache.org/docs-2.1/faq/</samp></a>&gt;.
     <!--#if expr="!$ONEPAGE" --> In addition, you can view this FAQ
     <a href="./?ONEPAGE">all in one page</a> for easy searching and
     printing.<!--#endif -->
index 10c9881bf162bee26d2c0e6acd147b9d01f13833..a7db4f21206fb02a4af751399bffa3981f951210 100644 (file)
@@ -54,7 +54,7 @@
 
       <li>
         <strong>Check the <a
-        href="http://httpd.apache.org/docs-2.0/faq/">FAQ</a>!</strong>
+        href="http://httpd.apache.org/docs-2.1/faq/">FAQ</a>!</strong>
         
 
         <p>The latest version of the Apache Frequently-Asked
index 36863c7f6b5ceb0d02d08bfa94e41d6fa67fc6b8..9ccfbc8c5503a4f0c9954dc25d35e698498468d6 100644 (file)
@@ -300,7 +300,7 @@ called a <a href="#uniformresourceidentifier">Uniform Resource
 Identifier</a>.  URLs are usually made up of a scheme, like
 <code>http</code> or <code>https</code>, a hostname, and a path.  A
 URL for this page is
-<code>http://httpd.apache.org/docs-2.0/glossary.html</code>.</dd>
+<code>http://httpd.apache.org/docs-2.1/glossary.html</code>.</dd>
 
 <dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a> <a name="URI">(URI)</a></dt> <dd>A compact string of characters for
 identifying an abstract or physical resource.  It is formally defined
index 825ef36f2cd8363d6e7ff3eec503eff6b11a1a91..9e4c6263d5ba267a1c4a8b2a18ace29cdcdfeb99 100644 (file)
@@ -339,7 +339,7 @@ called a <a href="#uniformresourceidentifier">Uniform Resource
 Identifier</a>.  URLs are usually made up of a scheme, like
 <code>http</code> or <code>https</code>, a hostname, and a path.  A
 URL for this page is
-<code>http://httpd.apache.org/docs-2.0/glossary.html</code>.</dd>
+<code>http://httpd.apache.org/docs-2.1/glossary.html</code>.</dd>
 
 <dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a> <a
 name="URI">(URI)</a></dt> <dd>A compact string of characters for
index 57fdb4a222c1f705ded821e46017b4a6fcce7728..d549822e81a9ccd390f483e05dc69962c1f353c3 100644 (file)
         <td><a href="#download">Download</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">Auspacken</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     können Sie die Distribution mit einem der folgenden Befehle
     (wiederum abhängig von Ihrer PGP Version) prüfen:</p>
 
-  <div class="example"><p><code>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</code></p></div>
+  <div class="example"><p><code>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
 
     <p>oder</p>
 
-  <div class="example"><p><code>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</code></p></div>
+  <div class="example"><p><code>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
 
     <p>Sie sollten eine Meldung wie</p>
 
     aus einem simplen Dekomprimieren und danach "Ent-tarren":</p>
 
   <div class="example"><p><code>
-      $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-      $ tar xvf httpd-2_0_<em>NN</em>.tar
+      $ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+      $ tar xvf httpd-2_1_<em>NN</em>.tar
   </code></p></div>
 
     <p>Dies erstellt unterhalb des aktuellen Verzeichnisses ein neues
 
     <p>Werfen Sie auch einen Blick in das Apache-Handbuch unter <a href="./">docs/manual/</a>. Die aktuellste Version dieses Handbuchs
     sowie eine komplette Referenz der verfügbaren <a href="mod/directives.html">Konfigurationsanweisungen</a> finden
-    Sie unter <a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>.</p>
+    Sie unter <a href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="test" id="test">Testen</a></h2>
 
     <p>Sie können nun Ihren Apache HTTP Server <a href="invoking.html">starten</a>, indem Sie einfach</p>
index 8c148f59c08ddb8d4b18ae4349d596c634c73d92..506e8695633f5f77d7608835807c3833c26702c2 100644 (file)
         <td><a href="#download">Download</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">Extract</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     can check the distribution with one of the following commands
     (again, depending on your pgp version):</p>
 
-<div class="example"><p><code>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</code></p></div>
+<div class="example"><p><code>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
 
     <p>or</p>
 
-<div class="example"><p><code>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</code></p></div>
+<div class="example"><p><code>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
 
     <p>You should receive a message like</p>
 
     simple matter of uncompressing, and then untarring:</p>
 
 <div class="example"><p><code>
-      $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-       $ tar xvf httpd-2_0_<em>NN</em>.tar
+      $ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+       $ tar xvf httpd-2_1_<em>NN</em>.tar
 </code></p></div>
 
     <p>This will create a new directory under the current directory
@@ -531,7 +531,7 @@ seperated by a colon.</dd>
 
 <div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
 
-    <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or consult <a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a> for the most recent version of
+    <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or consult <a href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a> for the most recent version of
     this manual and a complete reference of available <a href="mod/directives.html">configuration directives</a>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="test" id="test">Test</a></h2>
 
index fa2b311a376ee13a39e45989ac5e4bbc82eed0ef..9d7034a84e97356b53a094c3bb577d4854f443fc 100644 (file)
         <td><a href="#download">\e$B%@%&%s%m!<%I\e(B</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">\e$BE83+\e(B</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     \e$B0J2<$N%3%^%s%I\e(B (\e$B$d$C$Q$j\e(B pgp \e$B$N%P!<%8%g%s$K0MB8\e(B) \e$B$N$I$l$+0l$D$G!"\e(B
     \e$BG[I[%U%!%$%k$r%A%'%C%/$9$k$3$H$,$G$-$^$9\e(B:</p>
 
-<div class="example"><p><code>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</code></p></div>
+<div class="example"><p><code>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
     
     <p>\e$B$^$?$O!"\e(B</p>
 
-<div class="example"><p><code>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</code></p></div>
+<div class="example"><p><code>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</code></p></div>
     
     <p>\e$B$9$k$H!"$3$s$J%a%C%;!<%8$r<u$1$k$O$:$G$9!#\e(B</p>
 
     \e$BC1$J$k05=L$N2r=|$H\e(B tar \e$B$NE83+$G$9\e(B:</p>
 
 <div class="example"><p><code>
-      $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-       $ tar xvf httpd-2_0_<em>NN</em>.tar
+      $ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+       $ tar xvf httpd-2_1_<em>NN</em>.tar
 </code></p></div>
 
     <p>\e$BG[I[MQ$N%=!<%9%3!<%I$,$"$k8=:_$$$k%G%#%l%/%H%j$N2<$K!"\e(B
 <div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
 
     <p><a href="./">docs/manual/</a> \e$B$N\e(B Apache \e$B%^%K%e%"%k$r$6$C$H8+$F$/$@$5$$!#\e(B
-    \e$B$^$?$O!"\e(B<a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
+    \e$B$^$?$O!"\e(B<a href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a>
     \e$B$K$"$k%^%K%e%"%k:G?7HG!"\e(B<a href="mod/directives.html">\e$B@_Dj%G%#%l%/%F%#%V\e(B</a>\e$B$KEv$?$C$F$_$F$/$@$5$$!#\e(B</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="test" id="test">\e$B%F%9%H\e(B</a></h2>
 
index 220ba830474f0861fc7b6dd11e520414a97f08e3..db0b0037ea748c7f8738754c3f5a34a335c4e4a0 100644 (file)
         <td><a href="#download">´Ù¿î·Îµå</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">¾ÐÃà Ç®±â</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     ¹èÆ÷º»À» È®ÀÎÇÒ ¼ö ÀÖ´Ù:</p>
 
     <blockquote>
-      <code>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</code>
+      <code>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</code>
     </blockquote>
     È¤Àº 
 
     <blockquote>
-      <code>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</code>
+      <code>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</code>
     </blockquote>
     ´ÙÀ½°ú °°Àº ¸Þ¼¼Áö°¡ ³ª¿Í¾ß ÇÑ´Ù.<br />
      <br />
     ¾ÐÃà°ú tar¸¦ Çª´Â °ÍÀÌ´Ù:</p>
 
     <blockquote>
-      <code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-       $ tar xvf httpd-2_0_<em>NN</em>.tar</code>
+      <code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+       $ tar xvf httpd-2_1_<em>NN</em>.tar</code>
     </blockquote>
 
     <p>±×·¯¸é ÇöÀç µð·ºÅ丮 ¾Æ·¡¿¡ ¹èÆ÷º»ÀÇ ¼Ò½ºÄڵ带 ´ãÀº
index 45ab74e8541744dfe44a327f27529743c952c10f..e24a62e2714d681b8ac3906e5a40e47b0bf3ec22 100644 (file)
         <td><a href="#download">Download</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">Extract</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     can check the distribution with one of the following commands
     (again, depending on your pgp version):</p>
 
-<example>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</example>
+<example>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</example>
 
     <p>or</p>
 
-<example>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</example>
+<example>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</example>
 
     <p>You should receive a message like</p>
 
     simple matter of uncompressing, and then untarring:</p>
 
 <example>
-      $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-       $ tar xvf httpd-2_0_<em>NN</em>.tar
+      $ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+       $ tar xvf httpd-2_1_<em>NN</em>.tar
 </example>
 
     <p>This will create a new directory under the current directory
@@ -568,8 +568,8 @@ seperated by a colon.</dd>
 
     <p>Have a look at the Apache manual under <a
     href="./">docs/manual/</a> or consult <a
-    href="http://httpd.apache.org/docs-2.0/"
-    >http://httpd.apache.org/docs-2.0/</a> for the most recent version of
+    href="http://httpd.apache.org/docs-2.1/"
+    >http://httpd.apache.org/docs-2.1/</a> for the most recent version of
     this manual and a complete reference of available <a
     href="mod/directives.html">configuration directives</a>.</p>
 </section>
index 3c147c5a811872c6b1d480f020aa90939df7a190..27097b22b8000e6f09f8cac2446e934b35ded8b8 100644 (file)
         <td><a href="#download">Download</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">Auspacken</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     k&#246;nnen Sie die Distribution mit einem der folgenden Befehle
     (wiederum abh&#228;ngig von Ihrer PGP Version) pr&#252;fen:</p>
 
-  <example>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</example>
+  <example>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</example>
 
     <p>oder</p>
 
-  <example>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</example>
+  <example>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</example>
 
     <p>Sie sollten eine Meldung wie</p>
 
     aus einem simplen Dekomprimieren und danach "Ent-tarren":</p>
 
   <example>
-      $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-      $ tar xvf httpd-2_0_<em>NN</em>.tar
+      $ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+      $ tar xvf httpd-2_1_<em>NN</em>.tar
   </example>
 
     <p>Dies erstellt unterhalb des aktuellen Verzeichnisses ein neues
     href="./">docs/manual/</a>. Die aktuellste Version dieses Handbuchs
     sowie eine komplette Referenz der verf&#252;gbaren <a
     href="mod/directives.html">Konfigurationsanweisungen</a> finden
-    Sie unter <a href="http://httpd.apache.org/docs-2.0/"
-    >http://httpd.apache.org/docs-2.0/</a>.</p>
+    Sie unter <a href="http://httpd.apache.org/docs-2.1/"
+    >http://httpd.apache.org/docs-2.1/</a>.</p>
 </section>
 
 <section id="test"><title>Testen</title>
index 8587db3e70c23ccbc73e29e87f4e7af326d633c9..28122b16e51bbc89f73f3b8a3913df07474997df 100644 (file)
         <td><a href="#download">\e$B%@%&%s%m!<%I\e(B</a></td>
 
         <td><code>$ lynx
-        http://www.apache.org/dist/httpd/httpd-2_0_<em>NN</em>.tar.gz</code>
+        http://www.apache.org/dist/httpd/httpd-2_1_<em>NN</em>.tar.gz</code>
         </td>
       </tr>
 
       <tr>
         <td><a href="#extract">\e$BE83+\e(B</a></td>
 
-        <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-         $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
+        <td><code>$ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+         $ tar xvf httpd-2_1_<em>NN</em>.tar</code> </td>
       </tr>
 
       <tr>
     \e$B0J2<$N%3%^%s%I\e(B (\e$B$d$C$Q$j\e(B pgp \e$B$N%P!<%8%g%s$K0MB8\e(B) \e$B$N$I$l$+0l$D$G!"\e(B
     \e$BG[I[%U%!%$%k$r%A%'%C%/$9$k$3$H$,$G$-$^$9\e(B:</p>
 
-<example>$ pgp httpd-2_0_<em>NN</em>.tar.gz.asc</example>
+<example>$ pgp httpd-2_1_<em>NN</em>.tar.gz.asc</example>
     
     <p>\e$B$^$?$O!"\e(B</p>
 
-<example>$ gpg --verify httpd-2_0_<em>NN</em>.tar.gz.asc</example>
+<example>$ gpg --verify httpd-2_1_<em>NN</em>.tar.gz.asc</example>
     
     <p>\e$B$9$k$H!"$3$s$J%a%C%;!<%8$r<u$1$k$O$:$G$9!#\e(B</p>
 
     \e$BC1$J$k05=L$N2r=|$H\e(B tar \e$B$NE83+$G$9\e(B:</p>
 
 <example>
-      $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
-       $ tar xvf httpd-2_0_<em>NN</em>.tar
+      $ gzip -d httpd-2_1_<em>NN</em>.tar.gz<br />
+       $ tar xvf httpd-2_1_<em>NN</em>.tar
 </example>
 
     <p>\e$BG[I[MQ$N%=!<%9%3!<%I$,$"$k8=:_$$$k%G%#%l%/%H%j$N2<$K!"\e(B
 
     <p><a href="./">docs/manual/</a> \e$B$N\e(B Apache \e$B%^%K%e%"%k$r$6$C$H8+$F$/$@$5$$!#\e(B
     \e$B$^$?$O!"\e(B<a
-    href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
+    href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a>
     \e$B$K$"$k%^%K%e%"%k:G?7HG!"\e(B<a
     href="mod/directives.html">\e$B@_Dj%G%#%l%/%F%#%V\e(B</a>\e$B$KEv$?$C$F$_$F$/$@$5$$!#\e(B</p>
 </section>
index f366ec23a7f96379416afe26d72efbe07253ce15..d8b433249e7fa289edef501b5635bae132a8165e 100644 (file)
@@ -71,8 +71,8 @@ information displayed by the server-info handler</td></tr><tr><th><a href="direc
     <div class="example"><p><code>
       AddModuleInfo mod_deflate.c 'See &lt;a \<br />
       <span class="indent">
-      href="http://www.apache.org/docs-2.0/mod/mod_deflate.html"&gt;\<br />
-      http://www.apache.org/docs-2.0/mod/mod_deflate.html&lt;/a&gt;'
+      href="http://www.apache.org/docs-2.1/mod/mod_deflate.html"&gt;\<br />
+      http://www.apache.org/docs-2.1/mod/mod_deflate.html&lt;/a&gt;'
       </span>
     </code></p></div>
 </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div></body></html>
\ No newline at end of file
index 5bb4915a75f76b2c47b80252df2dfbe705f1b50c..e4e22a928387c5b7a04b889ef17a87e225d30398 100644 (file)
@@ -68,8 +68,8 @@ SetHandler server-info<br />
 <div class="example"><p><code>
   AddModuleInfo mod_authn_file.c 'See &lt;a \<br />
   <span class="indent">
-    href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html"&gt;\<br />
-    http://www.apache.org/docs-2.0/mod/mod_authn_file.html&lt;/a&gt;'
+    href="http://www.apache.org/docs-2.1/mod/mod_authn_file.html"&gt;\<br />
+    http://www.apache.org/docs-2.1/mod/mod_authn_file.html&lt;/a&gt;'
   </span>
 </code></p></div>
 </div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="../mod/">\e$B%b%8%e!<%k\e(B</a> | <a href="../mod/directives.html">\e$B%G%#%l%/%F%#%V\e(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">\e$BMQ8l\e(B</a> | <a href="../sitemap.html">\e$B%5%$%H%^%C%W\e(B</a></p></div></body></html>
\ No newline at end of file
index bb3fce939168a51ac2ca6ea329b75a0f4cdeda7c..b16ac25a41f1fa5a86286a8e2ee875ead034ee80 100644 (file)
@@ -75,8 +75,8 @@ information displayed by the server-info handler</description>
     <example>
       AddModuleInfo mod_deflate.c 'See &lt;a \<br />
       <indent>
-      href="http://www.apache.org/docs-2.0/mod/mod_deflate.html"&gt;\<br />
-      http://www.apache.org/docs-2.0/mod/mod_deflate.html&lt;/a&gt;'
+      href="http://www.apache.org/docs-2.1/mod/mod_deflate.html"&gt;\<br />
+      http://www.apache.org/docs-2.1/mod/mod_deflate.html&lt;/a&gt;'
       </indent>
     </example>
 </usage>
index f11196c53c97ea107e83a5c3ee9dba2dbab9a893..4fa379de817f2610a1f191e775a928b2810ac5d9 100644 (file)
@@ -74,8 +74,8 @@ SetHandler server-info<br />
 <example>
   AddModuleInfo mod_authn_file.c 'See &lt;a \<br />
   <indent>
-    href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html"&gt;\<br />
-    http://www.apache.org/docs-2.0/mod/mod_authn_file.html&lt;/a&gt;'
+    href="http://www.apache.org/docs-2.1/mod/mod_authn_file.html"&gt;\<br />
+    http://www.apache.org/docs-2.1/mod/mod_authn_file.html&lt;/a&gt;'
   </indent>
 </example>
 </usage>
index 185e8dc1f81cd31c54360fb83867c7eceb54df07..d7440d9ccbf82a28d67f25cd22cc472d6d0c15d6 100644 (file)
@@ -28,7 +28,7 @@
      ically to switch the user when an external program has to be
      run  under  a  different  user.  For  more information about
      suEXEC  see  the  document  `Apache  suEXEC  Support'  under
-     http://httpd.apache.org/docs-2.0/suexec.html .
+     http://httpd.apache.org/docs-2.1/suexec.html .
 
 <strong>SEE ALSO</strong>
      <strong>httpd(8)</strong>
index 40214e09fecdda4955f91185f8b22895e9c659d1..5412b3037d584434681cf2e635080281ef64d036 100644 (file)
@@ -844,8 +844,8 @@ server" What's the reason?</a></h3>
 
     <dl>
     <dt>Answers in the User Manual's F.A.Q. List (this)</dt>
-    <dd><a href="http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html">
-        http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html</a><br />
+    <dd><a href="http://httpd.apache.org/docs-2.1/ssl/ssl_faq.html">
+        http://httpd.apache.org/docs-2.1/ssl/ssl_faq.html</a><br />
         First look inside the F.A.Q. (this text), perhaps your problem is such
         popular that it was already answered a lot of times in the past.
     </dd>
index e2f531a7895f694bd5cbc77db1bbdccbcc6eb4ba..82cc410c3c0f70ca342d3dc2bc6da3caeb36f314 100644 (file)
@@ -874,8 +874,8 @@ server" What's the reason?</title>
 
     <dl>
     <dt>Answers in the User Manual's F.A.Q. List (this)</dt>
-    <dd><a href="http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html">
-        http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html</a><br />
+    <dd><a href="http://httpd.apache.org/docs-2.1/ssl/ssl_faq.html">
+        http://httpd.apache.org/docs-2.1/ssl/ssl_faq.html</a><br />
         First look inside the F.A.Q. (this text), perhaps your problem is such
         popular that it was already answered a lot of times in the past.
     </dd>
index 5284e798d3b8e229435188a6afc3e2d62b973cfe..a610d1bed54edaec80a75ebc288c58815cf16782 100644 (file)
 
     <p><strong>NOTE!</strong> This section may not be
     complete. For the latest revision of this section of the
-    documentation, see the Apache Group's <a href="http://httpd.apache.org/docs-2.0/suexec.html">Online
+    documentation, see the Apache Group's <a href="http://httpd.apache.org/docs-2.1/suexec.html">Online
     Documentation</a> version.</p>
 
     <p>There are a few points of interest regarding
index dcb8ad496cd868b6fec8d700c3f5d861a4aecd7b..a82faee9d30ab2fef7fde4880261e10552697805 100644 (file)
 
     <p><strong>\e$BCm0U\e(B!</strong>
     \e$B$3$N>O$O40A4$G$O$"$j$^$;$s!#$3$N>O$N:G?72~D{HG$K$D$$$F$O!"\e(B
-    Apache \e$B%0%k!<%W$N\e(B<a href="http://httpd.apache.org/docs-2.0/suexec.html">
+    Apache \e$B%0%k!<%W$N\e(B<a href="http://httpd.apache.org/docs-2.1/suexec.html">
     \e$B%*%s%i%$%s%I%-%e%a%s%H\e(B</a>\e$BHG$r;2>H$7$F$/$@$5$$!#\e(B
     </p>
 
index 0d61c5128cf478abe38239d55633bedd99bf514a..a3f1c9d015614beeaf5996dd2b7247416204d97e 100644 (file)
     <p><strong>NOTE!</strong> This section may not be
     complete. For the latest revision of this section of the
     documentation, see the Apache Group's <a
-    href="http://httpd.apache.org/docs-2.0/suexec.html">Online
+    href="http://httpd.apache.org/docs-2.1/suexec.html">Online
     Documentation</a> version.</p>
 
     <p>There are a few points of interest regarding
index 7d7fe3536017e391cd3cc126b5a7c4d11d85d045..bd0ab3b2e5bb2620c6a799d39c08b45a164df44f 100644 (file)
 
     <p><strong>\e$BCm0U\e(B!</strong>
     \e$B$3$N>O$O40A4$G$O$"$j$^$;$s!#$3$N>O$N:G?72~D{HG$K$D$$$F$O!"\e(B
-    Apache \e$B%0%k!<%W$N\e(B<a href="http://httpd.apache.org/docs-2.0/suexec.html">
+    Apache \e$B%0%k!<%W$N\e(B<a href="http://httpd.apache.org/docs-2.1/suexec.html">
     \e$B%*%s%i%$%s%I%-%e%a%s%H\e(B</a>\e$BHG$r;2>H$7$F$/$@$5$$!#\e(B
     </p>
 
index 447c16eedaa9f2e90e4d7ca4ced3785474c2393a..64824a656380a478ee8eea36980ec983cefdb7f5 100644 (file)
@@ -16,7 +16,7 @@ browse to that location, you will see a display of some of the tracing
 the example module did as the various callbacks were made.
 
 To include the example module in your server add --enable-example to the
-other ./configure arguments executed from the httpd-2.0 directory. After
+other ./configure arguments executed from the httpd-2.1 directory. After
 that run 'make'.
 
 To add another module of your own:
index 73a9228d75bc0642932fcf757e700c72026ce448..cca99a90ab596a813f28f87c1bbada14df4ca9cd 100644 (file)
@@ -1,9 +1,9 @@
 ******************************************
 * PLEASE NOTE: Now that development for  *
 * mod_proxy has been folded back into    *
-* the httpd-2.0 tree, this file has      *
+* the httpd-2.1 tree, this file has      *
 * been depreciated. Proxy changes should *
-* be noted in httpd-2.0's CHANGES file.  *
+* be noted in httpd-2.1's CHANGES file.  *
 * This file exists for historical        *
 * purposes.                              *
 ******************************************
index b24af26fe543fbe98a6285f831e2e205e9610f75..18aee8984c3c524dccaf19c6c2a5f045d07b3908 100644 (file)
@@ -1,6 +1,6 @@
 SYNOPSIS
 
- This Apache module provides strong cryptography for the Apache 2.0 webserver
+ This Apache module provides strong cryptography for the Apache 2 webserver
  via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
  v1) protocols by the help of the SSL/TLS implementation library OpenSSL which
  is based on SSLeay from Eric A. Young and Tim J. Hudson. 
@@ -13,7 +13,7 @@ SYNOPSIS
 
 SOURCES
 
- See the top-level LAYOUT file in httpd-2.0 for file descriptions.
+ See the top-level LAYOUT file in httpd-2.1 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
@@ -87,7 +87,7 @@ EXPERIMENTAL CODE
 INCOMPATIBILITIES
 
  The following intentional incompatibilities exist between mod_ssl 2.x
- from Apache 1.3 and this mod_ssl version for Apache 2.0:
+ from Apache 1.3 and this mod_ssl version for Apache 2:
 
  o The complete EAPI-based SSL_VENDOR stuff was removed.
  o The complete EAPI-based SSL_COMPAT stuff was removed.
@@ -95,10 +95,10 @@ INCOMPATIBILITIES
 
 MAJOR CHANGES 
 
- For a complete history of changes for Apache 2.0 mod_ssl, see the 
- CHANGES file in the top-level httpd-2.0 directory.  The following 
+ 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 
  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.0:
+ mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
 
  o The DBM based session cache is now based on APR's DBM API only.
  o The shared memory based session cache is now based on APR's APIs.
@@ -126,4 +126,4 @@ MAJOR CHANGES
 
 TODO
 
- See the top-level STATUS file in httpd-2.0 for current efforts and goals.
+ See the top-level STATUS file in httpd-2.1 for current efforts and goals.
index 6bc54040c955f7aa4c8b1bdef79fd204744d7405..e14dccecf8ef083f5091ed7e14d0eab87eeccf4e 100644 (file)
@@ -18,7 +18,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.12 2002/09/30 23:45:58 rbb Exp $
+ * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.13 2002/12/08 21:05:57 wsanchez Exp $
  */
 
 #define FLEX_SCANNER
index b6044d6d7b69002bc3aedcac22187988981d5715..c028bf51c6bc44a8775c83211cf1eec3f4721fea 100644 (file)
@@ -264,7 +264,7 @@ AP_DECLARE(int) ap_strcasecmp_match(const char *str, const char *exp)
 
 /* We actually compare the canonical root to this root, (but we don't
  * waste time checking the case), since every use of this function in 
- * httpd-2.0 tests if the path is 'proper', meaning we've already passed
+ * httpd-2.1 tests if the path is 'proper', meaning we've already passed
  * it through apr_filepath_merge, or we haven't.
  */
 AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir)