commit:     b6e5106a38c231b44dc1cb191cecaf5b0ba84a3d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 18:51:29 2014 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat May 24 18:51:29 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=b6e5106a

Fixed references to online manual in apache-2.4 config files.

---
 2.4/conf/httpd.conf                     | 6 +++---
 2.4/conf/modules.d/40_mod_ssl.conf      | 2 +-
 2.4/conf/vhosts.d/00_default_vhost.conf | 2 +-
 2.4/conf/vhosts.d/default_vhost.include | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/2.4/conf/httpd.conf b/2.4/conf/httpd.conf
index b23fa0c..03320b0 100644
--- a/2.4/conf/httpd.conf
+++ b/2.4/conf/httpd.conf
@@ -1,4 +1,4 @@
-# This is a modification of the default Apache 2.2 configuration file
+# This is a modification of the default Apache 2.4 configuration file
 # for Gentoo Linux.
 #
 # Support:
@@ -13,9 +13,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.2> for detailed information.
+# See <URL:http://httpd.apache.org/docs/2.4> for detailed information.
 # In particular, see
-# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
+# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
 # for a discussion of each configuration directive.
 #
 # Do NOT simply read the instructions in here without understanding

diff --git a/2.4/conf/modules.d/40_mod_ssl.conf 
b/2.4/conf/modules.d/40_mod_ssl.conf
index 47c1b1e..f51de46 100644
--- a/2.4/conf/modules.d/40_mod_ssl.conf
+++ b/2.4/conf/modules.d/40_mod_ssl.conf
@@ -10,7 +10,7 @@ SSLRandomSeed connect builtin
 # 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.2/mod/mod_ssl.html>
+# directives see <URL:http://httpd.apache.org/docs/2.4/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

diff --git a/2.4/conf/vhosts.d/00_default_vhost.conf 
b/2.4/conf/vhosts.d/00_default_vhost.conf
index 370350c..b9766b5 100644
--- a/2.4/conf/vhosts.d/00_default_vhost.conf
+++ b/2.4/conf/vhosts.d/00_default_vhost.conf
@@ -6,7 +6,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.2/vhosts/>
+# <URL:http://httpd.apache.org/docs/2.4/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/2.4/conf/vhosts.d/default_vhost.include 
b/2.4/conf/vhosts.d/default_vhost.include
index 030fc1f..af6ece8 100644
--- a/2.4/conf/vhosts.d/default_vhost.include
+++ b/2.4/conf/vhosts.d/default_vhost.include
@@ -21,7 +21,7 @@ DocumentRoot "/var/www/localhost/htdocs"
        # doesn't give it to you.
        #
        # The Options directive is both complicated and important.  Please see
-       # http://httpd.apache.org/docs/2.2/mod/core.html#options
+       # http://httpd.apache.org/docs/2.4/mod/core.html#options
        # for more information.
        Options Indexes FollowSymLinks
 

Reply via email to