summaryrefslogtreecommitdiff
path: root/2.2/conf
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-05-18 09:27:09 +0000
committerChristian Heim <phreak@gentoo.org>2007-05-18 09:27:09 +0000
commit72b720d0db56122c77e3320b6e20a49981939466 (patch)
tree509796f0992bd6b7be1e4921d134e555c2c30299 /2.2/conf
parentShorten the examples files (less empty lines). (diff)
downloadapache-72b720d0db56122c77e3320b6e20a49981939466.tar.gz
apache-72b720d0db56122c77e3320b6e20a49981939466.tar.bz2
apache-72b720d0db56122c77e3320b6e20a49981939466.zip
mod_access is no longer present, it got renamed to mod_authz_host.
Diffstat (limited to '2.2/conf')
-rw-r--r--2.2/conf/apache2-builtin-mods2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.2/conf/apache2-builtin-mods b/2.2/conf/apache2-builtin-mods
index e3a6a81..a66f008 100644
--- a/2.2/conf/apache2-builtin-mods
+++ b/2.2/conf/apache2-builtin-mods
@@ -8,7 +8,7 @@
# disable a module (i.e. not built at all), put 'disabled' next to it.
#
# Examples:
-# mod_access shared ( this would build a DSO )
+# mod_authz_host shared ( this would build a DSO )
# mod_actions static ( this would get compiled statically )
# mod_alias disabled ( this module would not be built at all )
#