diff options
author | pcs <pcs@unknown> | 1997-04-16 14:43:20 +0200 |
---|---|---|
committer | pcs <pcs@unknown> | 1997-04-16 14:43:20 +0200 |
commit | 3e5eb474109eb5f096b9da7a3ad4a52035e1abb3 (patch) | |
tree | 4032dab43ded695c44f848844379dda0fd394572 /docs/manual/handler.html | |
parent | Fix description of DirectoryIndex to explain that a directory index will (diff) | |
download | apache2-3e5eb474109eb5f096b9da7a3ad4a52035e1abb3.tar.xz apache2-3e5eb474109eb5f096b9da7a3ad4a52035e1abb3.zip |
Add missing >
Submitted by: Martin.Kraemer@mch.sni.de
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html')
-rw-r--r-- | docs/manual/handler.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/handler.html b/docs/manual/handler.html index ea0f61c7e9..c8ca434f13 100644 --- a/docs/manual/handler.html +++ b/docs/manual/handler.html @@ -90,7 +90,7 @@ program.</p> <strong>Module:</strong> mod_mime <p>When placed into an <code>.htaccess</code> file or a -<code><Directory></code> or <code><Location</code> section, +<code><Directory></code> or <code><Location></code> section, this directive forces all matching files to be parsed through the handler given by <em>handler-name</em>. For example, if you had a directory you wanted to be parsed entirely as imagemap rule files, |