From: Nick Kew
One further directive
text/plain or text/html
This directive activates a particular output filter for a request depending on the
- response
The following example uses the DEFLATE filter, which
- is provided by text/html or text/plain before it is sent
- to the client.
If you want the content to be processed by more than one filter, their
- names have to be separated by semicolons. It's also possible to use one
-
The configuration below causes all script output labeled as
- text/html to be processed at first by the
- INCLUDES filter and then by the DEFLATE
- filter.
Enabling filters with
If you want to restrict the compression to particular MIME types
- in general, you may use the
This directive activates a particular output filter for a request depending on the
+ response
The following example uses the DEFLATE filter, which
+ is provided by text/html or text/plain before it is sent
+ to the client.
If you want the content to be processed by more than one filter, their
+ names have to be separated by semicolons. It's also possible to use one
+
The configuration below causes all script output labeled as
+ text/html to be processed at first by the
+ INCLUDES filter and then by the DEFLATE
+ filter.
Enabling filters with