diff options
author | André Malo <nd@apache.org> | 2014-01-26 23:58:27 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-01-26 23:58:27 +0100 |
commit | 318936f5049b17202713499086e17e262d4ff904 (patch) | |
tree | b4af5393002dc7b5d3e1172d285694bf7d623f74 /docs/manual/mod/mod_allowhandlers.xml | |
parent | - avoid duplicate inclusion of module files in latex source (diff) | |
download | apache2-318936f5049b17202713499086e17e262d4ff904.tar.xz apache2-318936f5049b17202713499086e17e262d4ff904.zip |
fix various invalid module references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_allowhandlers.xml')
-rw-r--r-- | docs/manual/mod/mod_allowhandlers.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_allowhandlers.xml b/docs/manual/mod/mod_allowhandlers.xml index f4dc7601df..2dcd165af5 100644 --- a/docs/manual/mod/mod_allowhandlers.xml +++ b/docs/manual/mod/mod_allowhandlers.xml @@ -45,7 +45,7 @@ returns 403 FORBIDDEN to the client. This can be used with directives like </summary> <seealso><directive module="core">SetHandler</directive></seealso> -<seealso><directive module="mime">AddHandler</directive></seealso> +<seealso><directive module="mod_mime">AddHandler</directive></seealso> <directivesynopsis> <name>AllowHandlers</name> |