From c7fe96aeb735151e310d39e09566190af94799fa Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sat, 25 Nov 2017 11:22:14 +0000
Subject: [PATCH] s/simmilar/similar/ reported in PR 61799
Remove some trailing spaces to synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816282 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_mime.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index 6eaef4ec4b..422b008080 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -588,7 +588,7 @@ AddType image/jpeg jpeg jpg jpe
extension argument will be compared against each of
them.
- A simmilar effect to mod_negotiation's
+
A similar effect to mod_negotiation's
LanguagePriority
can be achieved by qualifying a media-type with
qs
:
@@ -612,21 +612,21 @@ AddType application/rss+xml;qs=0.8 .xml
Note
If no handler is explicitly set for a request, the specified content
type will also be used as the handler name.
-
- When explicit directives such as
- SetHandler or
- AddHandler do not apply
+
+
When explicit directives such as
+ SetHandler or
+ AddHandler do not apply
to the current request, the internal handler name normally set by those
- directives is instead set to the content type specified by this directive.
-
+ directives is instead set to the content type specified by this directive.
+
- This is a historical behavior that may be used by some third-party modules
+ This is a historical behavior that may be used by some third-party modules
(such as mod_php) for taking responsibility for the matching request.
- Configurations that rely on such "synthetic" types should be avoided.
- Additionally, configurations that restrict access to
- SetHandler or
+
Configurations that rely on such "synthetic" types should be avoided.
+ Additionally, configurations that restrict access to
+ SetHandler or
AddHandler should
restrict access to this directive as well.
--
2.40.0