summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2.4/conf/httpd.conf')
-rw-r--r--2.4/conf/httpd.conf6
1 files changed, 3 insertions, 3 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