Commit 430ebad1 authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 19ed1b46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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">
+1 −1
Original line number Diff line number Diff line
@@ -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">