]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
more url fixes
authorAndré Malo <nd@apache.org>
Sun, 13 Nov 2005 17:17:31 +0000 (17:17 +0000)
committerAndré Malo <nd@apache.org>
Sun, 13 Nov 2005 17:17:31 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@333065 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-manual.conf.in
docs/conf/extra/httpd-ssl.conf.in
docs/conf/extra/httpd-vhosts.conf.in
docs/conf/httpd-win.conf
docs/conf/httpd.conf.in
docs/manual/upgrading.xml

index d20a93f0860ee22bed1ed2a192a2960d59399e42..e210c9643d5c4046851adf2c22b6ea387a1aa5f3 100644 (file)
@@ -2,7 +2,7 @@
 # Provide access to the documentation on your server as
 #  http://yourserver.example.com/manual/
 # The documentation is always available at
-#  http://httpd.apache.org/docs-2.1/
+#  http://httpd.apache.org/docs/2.2/
 #
 # Required modules: mod_alias, mod_setenvif, mod_negotiation
 #
index 9ce660e907a112c14555f23faa7f130c471c830f..e28c398d95dddc9da5e8a84e50194433a95f7716 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.1/mod/mod_ssl.html>
+# directives see <URL:http://httpd.apache.org/docs/2.2/mod/mod_ssl.html>
 # 
 # Do NOT simply read the instructions in here without understanding
 # what they do.  They're here only as hints or reminders.  If you are unsure
index bd59a127d7669ddbf31d395a0aac51502a6d5933..31895f755d88ff07944eb5720ce98cf9edc22b99 100644 (file)
@@ -7,7 +7,7 @@
 # IP addresses. This is indicated by the asterisks in the directives below.
 #
 # Please see the documentation at 
-# <URL:http://httpd.apache.org/docs-2.1/vhosts/>
+# <URL:http://httpd.apache.org/docs/2.2/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 e8f2aab46a88f6c6fe6b874f93a6aed8d6b886de..4eeccb932b3c0fecffdf599620c2170fbaf4463b 100644 (file)
@@ -1,9 +1,9 @@
 #
 # This is the main Apache HTTP server configuration file.  It contains the
 # configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information.
+# See <URL:http://httpd.apache.org/docs/2.2/> for detailed information.
 # In particular, see 
-# <URL:http://httpd.apache.org/docs-2.1/mod/directives.html>
+# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # for a discussion of each configuration directive.
 #
 # Do NOT simply read the instructions in here without understanding
@@ -183,7 +183,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.1/mod/core.html#options
+    # http://httpd.apache.org/docs/2.2/mod/core.html#options
     # for more information.
     #
     Options Indexes FollowSymLinks
index 960bfaa6f4f1d0f35962b64acf4fc0b3a65621cb..a163c70a9b618f382283ddcc6aacddfa4e40b35f 100644 (file)
@@ -1,9 +1,9 @@
 #
 # This is the main Apache HTTP server configuration file.  It contains the
 # configuration directives that give the server its instructions.
-# See <URL:http://httpd.apache.org/docs-2.1/> for detailed information.
+# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
 # In particular, see 
-# <URL:http://httpd.apache.org/docs-2.1/mod/directives.html>
+# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # for a discussion of each configuration directive.
 #
 # Do NOT simply read the instructions in here without understanding
@@ -138,7 +138,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.1/mod/core.html#options
+    # http://httpd.apache.org/docs/2.2/mod/core.html#options
     # for more information.
     #
     Options Indexes FollowSymLinks
index e8e4d092d5b7cebf5f35c298334db911e98e7ec4..82699073d05f9792407897924957b029bf5396f7 100644 (file)
@@ -34,7 +34,7 @@
 
   <p>This document describes only the changes from 2.0 to 2.2.  If you
   are upgrading from version 1.3, you should also consult the <a
-  href="http://httpd.apache.org/docs-2.0/upgrading.html">1.3 to 2.0
+  href="http://httpd.apache.org/docs/2.0/upgrading.html">1.3 to 2.0
   upgrading document.</a></p>
 
 </summary>