From: Christophe Jaillet
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
:
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.
-
- 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.