diff options
Diffstat (limited to 'docs/manual/mod/mod_reflector.html.en')
-rw-r--r-- | docs/manual/mod/mod_reflector.html.en | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/manual/mod/mod_reflector.html.en b/docs/manual/mod/mod_reflector.html.en index a33ef0b4..852ffe81 100644 --- a/docs/manual/mod/mod_reflector.html.en +++ b/docs/manual/mod/mod_reflector.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -56,24 +56,20 @@ <dd>Pass the request body through the DEFLATE filter to compress the body. This request requires a Content-Encoding request header containing "gzip" for the filter to return compressed data. - <pre class="prettyprint lang-config"> -<Location /compress> + <pre class="prettyprint lang-config"><Location /compress> SetHandler reflector SetOutputFilter DEFLATE -</Location> - </pre> +</Location></pre> </dd> <dt>Image downsampling service</dt> <dd>Pass the request body through an image downsampling filter, and reflect the results to the caller. - <pre class="prettyprint lang-config"> -<Location /downsample> + <pre class="prettyprint lang-config"><Location /downsample> SetHandler reflector SetOutputFilter DOWNSAMPLE -</Location> - </pre> +</Location></pre> </dd> </dl> @@ -116,7 +112,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_reflector.ht } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |