summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-08-21 01:22:55 +0000
committerJoshua Slive <slive@apache.org>2001-08-21 01:22:55 +0000
commit2fb61a1d4c02643d2a4377d824c4292063a23a3d (patch)
tree49270096d9b7dd73a85e5a64b806dd4c1b9b0a59 /docs
parent897c1006cdf63e8802473feadafee0867fb422a3 (diff)
downloadhttpd-2fb61a1d4c02643d2a4377d824c4292063a23a3d.tar.gz
Typo fix to get error docs going.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/httpd-std.conf2
-rw-r--r--docs/conf/httpd-win.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf
index 97ec957ec6..f92d7f8d3f 100644
--- a/docs/conf/httpd-std.conf
+++ b/docs/conf/httpd-std.conf
@@ -848,7 +848,7 @@ AddType application/x-tar .tgz
# copying them to /your/include/path/, even on a per-VirtualHost basis.
#
-<IfModule mod_includes.c>
+<IfModule mod_include.c>
Alias /error/ "@@ServerRoot@@/error/"
<Directory "@@ServerRoot@@/error">
diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf
index 4618a7bd2e..1578c23709 100644
--- a/docs/conf/httpd-win.conf
+++ b/docs/conf/httpd-win.conf
@@ -767,7 +767,7 @@ AddType application/x-tar .tgz
# copying them to /your/include/path/, even on a per-VirtualHost basis.
#
-<IfModule mod_includes.c>
+<IfModule mod_include.c>
Alias /error/ "@@ServerRoot@@/error/"
<Directory "@@ServerRoot@@/error">