summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@apache.org>2002-12-08 22:05:57 +0100
committerWilfredo Sanchez <wsanchez@apache.org>2002-12-08 22:05:57 +0100
commit6c3569b1933f330e9478c0c87b1a6d37b79a3cd1 (patch)
tree9162bd5f9df8bf258badd9d1cb1e142e454c3d28 /docs
parentadd some explanations how to use AOFBT correctly. (diff)
downloadapache2-6c3569b1933f330e9478c0c87b1a6d37b79a3cd1.tar.xz
apache2-6c3569b1933f330e9478c0c87b1a6d37b79a3cd1.zip
2.0 -> 2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97800 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/STATUS4
-rw-r--r--docs/conf/httpd-std.conf.in12
-rw-r--r--docs/conf/httpd-win.conf12
-rw-r--r--docs/conf/ssl-std.conf2
-rw-r--r--docs/manual/faq/index.html4
-rw-r--r--docs/manual/faq/support.html2
-rw-r--r--docs/manual/glossary.html.en2
-rw-r--r--docs/manual/glossary.xml2
-rw-r--r--docs/manual/install.html.de16
-rw-r--r--docs/manual/install.html.en16
-rw-r--r--docs/manual/install.html.ja.jis16
-rw-r--r--docs/manual/install.html.ko.euc-kr14
-rw-r--r--docs/manual/install.xml18
-rw-r--r--docs/manual/install.xml.de18
-rw-r--r--docs/manual/install.xml.ja16
-rw-r--r--docs/manual/mod/mod_info.html.en4
-rw-r--r--docs/manual/mod/mod_info.html.ja.jis4
-rw-r--r--docs/manual/mod/mod_info.xml4
-rw-r--r--docs/manual/mod/mod_info.xml.ja4
-rw-r--r--docs/manual/programs/suexec.html2
-rw-r--r--docs/manual/ssl/ssl_faq.html.en4
-rw-r--r--docs/manual/ssl/ssl_faq.xml4
-rw-r--r--docs/manual/suexec.html.en2
-rw-r--r--docs/manual/suexec.html.ja.jis2
-rw-r--r--docs/manual/suexec.xml2
-rw-r--r--docs/manual/suexec.xml.ja2
26 files changed, 94 insertions, 94 deletions
diff --git a/docs/STATUS b/docs/STATUS
index 026104ed0c..83b4f0a147 100644
--- a/docs/STATUS
+++ b/docs/STATUS
@@ -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
diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in
index 8e60215867..717e6545fe 100644
--- a/docs/conf/httpd-std.conf.in
+++ b/docs/conf/httpd-std.conf.in
@@ -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
diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf
index 0b5e8383a7..ce8dc0722f 100644
--- a/docs/conf/httpd-win.conf
+++ b/docs/conf/httpd-win.conf
@@ -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
diff --git a/docs/conf/ssl-std.conf b/docs/conf/ssl-std.conf
index 4bc8083919..5135441f24 100644
--- a/docs/conf/ssl-std.conf
+++ b/docs/conf/ssl-std.conf
@@ -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
diff --git a/docs/manual/faq/index.html b/docs/manual/faq/index.html
index 0cf11788d0..a27fea7e56 100644
--- a/docs/manual/faq/index.html
+++ b/docs/manual/faq/index.html
@@ -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 -->
diff --git a/docs/manual/faq/support.html b/docs/manual/faq/support.html
index 10c9881bf1..a7db4f2120 100644
--- a/docs/manual/faq/support.html
+++ b/docs/manual/faq/support.html
@@ -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
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index 36863c7f6b..9ccfbc8c55 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -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
diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml
index 825ef36f2c..9e4c6263d5 100644
--- a/docs/manual/glossary.xml
+++ b/docs/manual/glossary.xml
@@ -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
diff --git a/docs/manual/install.html.de b/docs/manual/install.html.de
index 57fdb4a222..d549822e81 100644
--- a/docs/manual/install.html.de
+++ b/docs/manual/install.html.de
@@ -25,15 +25,15 @@
<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>
@@ -173,11 +173,11 @@
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>
@@ -199,8 +199,8 @@
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
@@ -563,7 +563,7 @@
<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>
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en
index 8c148f59c0..506e869563 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -27,15 +27,15 @@
<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>
@@ -165,11 +165,11 @@
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>
@@ -188,8 +188,8 @@
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>
diff --git a/docs/manual/install.html.ja.jis b/docs/manual/install.html.ja.jis
index fa2b311a37..9d7034a84e 100644
--- a/docs/manual/install.html.ja.jis
+++ b/docs/manual/install.html.ja.jis
@@ -26,15 +26,15 @@
<td><a href="#download">$B%@%&%s%m!<%I(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">$BE83+(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>
@@ -163,11 +163,11 @@
$B0J2<$N%3%^%s%I(B ($B$d$C$Q$j(B pgp $B$N%P!<%8%g%s$K0MB8(B) $B$N$I$l$+0l$D$G!"(B
$BG[I[%U%!%$%k$r%A%'%C%/$9$k$3$H$,$G$-$^$9(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>$B$^$?$O!"(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>$B$9$k$H!"$3$s$J%a%C%;!<%8$r<u$1$k$O$:$G$9!#(B</p>
@@ -187,8 +187,8 @@
$BC1$J$k05=L$N2r=|$H(B tar $B$NE83+$G$9(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>$BG[I[MQ$N%=!<%9%3!<%I$,$"$k8=:_$$$k%G%#%l%/%H%j$N2<$K!"(B
@@ -542,7 +542,7 @@
<div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
<p><a href="./">docs/manual/</a> $B$N(B Apache $B%^%K%e%"%k$r$6$C$H8+$F$/$@$5$$!#(B
- $B$^$?$O!"(B<a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
+ $B$^$?$O!"(B<a href="http://httpd.apache.org/docs-2.1/">http://httpd.apache.org/docs-2.1/</a>
$B$K$"$k%^%K%e%"%k:G?7HG!"(B<a href="mod/directives.html">$B@_Dj%G%#%l%/%F%#%V(B</a>$B$KEv$?$C$F$_$F$/$@$5$$!#(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">$B%F%9%H(B</a></h2>
diff --git a/docs/manual/install.html.ko.euc-kr b/docs/manual/install.html.ko.euc-kr
index 220ba83047..db0b0037ea 100644
--- a/docs/manual/install.html.ko.euc-kr
+++ b/docs/manual/install.html.ko.euc-kr
@@ -69,15 +69,15 @@
<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>
@@ -220,12 +220,12 @@
¹èÆ÷º»À» È®ÀÎÇÒ ¼ö ÀÖ´Ù:</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 />
@@ -247,8 +247,8 @@
¾ÐÃà°ú 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>±×·¯¸é ÇöÀç µð·ºÅ丮 ¾Æ·¡¿¡ ¹èÆ÷º»ÀÇ ¼Ò½ºÄڵ带 ´ãÀº
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 45ab74e854..e24a62e271 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -35,15 +35,15 @@
<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>
@@ -186,11 +186,11 @@
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>
@@ -211,8 +211,8 @@
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>
diff --git a/docs/manual/install.xml.de b/docs/manual/install.xml.de
index 3c147c5a81..27097b22b8 100644
--- a/docs/manual/install.xml.de
+++ b/docs/manual/install.xml.de
@@ -35,15 +35,15 @@
<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>
@@ -193,11 +193,11 @@
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>
@@ -221,8 +221,8 @@
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
@@ -598,8 +598,8 @@
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>
diff --git a/docs/manual/install.xml.ja b/docs/manual/install.xml.ja
index 8587db3e70..28122b16e5 100644
--- a/docs/manual/install.xml.ja
+++ b/docs/manual/install.xml.ja
@@ -36,15 +36,15 @@
<td><a href="#download">$B%@%&%s%m!<%I(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">$BE83+(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>
@@ -186,11 +186,11 @@
$B0J2<$N%3%^%s%I(B ($B$d$C$Q$j(B pgp $B$N%P!<%8%g%s$K0MB8(B) $B$N$I$l$+0l$D$G!"(B
$BG[I[%U%!%$%k$r%A%'%C%/$9$k$3$H$,$G$-$^$9(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>$B$^$?$O!"(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>$B$9$k$H!"$3$s$J%a%C%;!<%8$r<u$1$k$O$:$G$9!#(B</p>
@@ -212,8 +212,8 @@
$BC1$J$k05=L$N2r=|$H(B tar $B$NE83+$G$9(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>$BG[I[MQ$N%=!<%9%3!<%I$,$"$k8=:_$$$k%G%#%l%/%H%j$N2<$K!"(B
@@ -580,7 +580,7 @@
<p><a href="./">docs/manual/</a> $B$N(B Apache $B%^%K%e%"%k$r$6$C$H8+$F$/$@$5$$!#(B
$B$^$?$O!"(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>
$B$K$"$k%^%K%e%"%k:G?7HG!"(B<a
href="mod/directives.html">$B@_Dj%G%#%l%/%F%#%V(B</a>$B$KEv$?$C$F$_$F$/$@$5$$!#(B</p>
</section>
diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en
index f366ec23a7..d8b433249e 100644
--- a/docs/manual/mod/mod_info.html.en
+++ b/docs/manual/mod/mod_info.html.en
@@ -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
diff --git a/docs/manual/mod/mod_info.html.ja.jis b/docs/manual/mod/mod_info.html.ja.jis
index 5bb4915a75..e4e22a9283 100644
--- a/docs/manual/mod/mod_info.html.ja.jis
+++ b/docs/manual/mod/mod_info.html.ja.jis
@@ -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/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div></body></html> \ No newline at end of file
diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml
index bb3fce9391..b16ac25a41 100644
--- a/docs/manual/mod/mod_info.xml
+++ b/docs/manual/mod/mod_info.xml
@@ -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>
diff --git a/docs/manual/mod/mod_info.xml.ja b/docs/manual/mod/mod_info.xml.ja
index f11196c53c..4fa379de81 100644
--- a/docs/manual/mod/mod_info.xml.ja
+++ b/docs/manual/mod/mod_info.xml.ja
@@ -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>
diff --git a/docs/manual/programs/suexec.html b/docs/manual/programs/suexec.html
index 185e8dc1f8..d7440d9ccb 100644
--- a/docs/manual/programs/suexec.html
+++ b/docs/manual/programs/suexec.html
@@ -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>
diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en
index 40214e09fe..5412b3037d 100644
--- a/docs/manual/ssl/ssl_faq.html.en
+++ b/docs/manual/ssl/ssl_faq.html.en
@@ -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>
diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml
index e2f531a789..82cc410c3c 100644
--- a/docs/manual/ssl/ssl_faq.xml
+++ b/docs/manual/ssl/ssl_faq.xml
@@ -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>
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en
index 5284e798d3..a610d1bed5 100644
--- a/docs/manual/suexec.html.en
+++ b/docs/manual/suexec.html.en
@@ -488,7 +488,7 @@
<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
diff --git a/docs/manual/suexec.html.ja.jis b/docs/manual/suexec.html.ja.jis
index dcb8ad496c..a82faee9d3 100644
--- a/docs/manual/suexec.html.ja.jis
+++ b/docs/manual/suexec.html.ja.jis
@@ -486,7 +486,7 @@
<p><strong>$BCm0U(B!</strong>
$B$3$N>O$O40A4$G$O$"$j$^$;$s!#$3$N>O$N:G?72~D{HG$K$D$$$F$O!"(B
- Apache $B%0%k!<%W$N(B<a href="http://httpd.apache.org/docs-2.0/suexec.html">
+ Apache $B%0%k!<%W$N(B<a href="http://httpd.apache.org/docs-2.1/suexec.html">
$B%*%s%i%$%s%I%-%e%a%s%H(B</a>$BHG$r;2>H$7$F$/$@$5$$!#(B
</p>
diff --git a/docs/manual/suexec.xml b/docs/manual/suexec.xml
index 0d61c5128c..a3f1c9d015 100644
--- a/docs/manual/suexec.xml
+++ b/docs/manual/suexec.xml
@@ -507,7 +507,7 @@
<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
diff --git a/docs/manual/suexec.xml.ja b/docs/manual/suexec.xml.ja
index 7d7fe35360..bd0ab3b2e5 100644
--- a/docs/manual/suexec.xml.ja
+++ b/docs/manual/suexec.xml.ja
@@ -506,7 +506,7 @@
<p><strong>$BCm0U(B!</strong>
$B$3$N>O$O40A4$G$O$"$j$^$;$s!#$3$N>O$N:G?72~D{HG$K$D$$$F$O!"(B
- Apache $B%0%k!<%W$N(B<a href="http://httpd.apache.org/docs-2.0/suexec.html">
+ Apache $B%0%k!<%W$N(B<a href="http://httpd.apache.org/docs-2.1/suexec.html">
$B%*%s%i%$%s%I%-%e%a%s%H(B</a>$BHG$r;2>H$7$F$/$@$5$$!#(B
</p>