mod_reflector.html.en revision 727872d18412fc021f03969b8641810d8896820b
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<?xml version="1.0" encoding="ISO-8859-1"?>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin This file is generated from xml source: DO NOT EDIT
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin -->
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<title>mod_reflector - Apache HTTP Server</title>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<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" />
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<script src="/style/scripts/prettify.js" type="text/javascript">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</script>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<link href="/images/favicon.ico" rel="shortcut icon" /></head>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<body>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div id="page-header">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<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>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<p class="apache">Apache HTTP Server Version 2.5</p>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<img alt="" src="/images/feather.gif" /></div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div id="path">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<div id="page-content">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div id="preamble"><h1>Apache Module mod_reflector</h1>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="toplang">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<p><span>Available Languages: </span><a href="/en/mod/mod_reflector.html" title="English">&nbsp;en&nbsp;</a></p>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Reflect a request body as a response via the output filter stack.</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>reflector_module</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_reflector.c</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.3 and later</td></tr></table>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<h3>Summary</h3>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin
6d20aeba2c4aa0938bc6e0659d13adc7670ff421poirier <p>This module allows request bodies to be reflected back to the
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin client, in the process passing the request through the output filter
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin stack. A suitably configured chain of filters can be used to transform
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin the request into a response. This module can be used to turn an output
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin filter into an HTTP service.</p>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div id="quickview"><h3 class="directives">Directives</h3>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<ul id="toc">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<li><img alt="" src="/images/down.gif" /> <a href="#reflectorheader">ReflectorHeader</a></li>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</ul>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<h3>Topics</h3>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<ul id="topics">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<li><img alt="" src="/images/down.gif" /> <a href="#examples">Examples</a></li>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="section">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<h2><a name="examples" id="examples">Examples</a></h2>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <dl>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <dt>Compression service</dt>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <dd>Pass the request body through the DEFLATE filter to compress the
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin body. This request requires a Content-Encoding request header containing
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin "gzip" for the filter to return compressed data.
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <pre class="prettyprint lang-config">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin&lt;Location /compress&gt;
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin SetHandler reflector
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin SetOutputFilter DEFLATE
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin&lt;/Location&gt;
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin </pre>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin </dd>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <dt>Image downsampling service</dt>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <dd>Pass the request body through an image downsampling filter, and reflect
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin the results to the caller.
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <pre class="prettyprint lang-config">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin&lt;Location /downsample&gt;
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin SetHandler reflector
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin SetOutputFilter DOWNSAMPLE
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin&lt;/Location&gt;
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin </pre>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin </dd>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin </dl>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="directive-section"><h2><a name="ReflectorHeader" id="ReflectorHeader">ReflectorHeader</a> <a name="reflectorheader" id="reflectorheader">Directive</a></h2>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<table class="directive">
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Reflect an input header to the output headers</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ReflectorHeader <var>inputheader</var> <var>[outputheader]</var></code></td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>Options</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_reflector</td></tr>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</table>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin <p>This directive controls the reflection of request headers to the response.
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin The first argument is the name of the request header to copy. If the optional
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin second argument is specified, it will be used as the name of the response
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung header, otherwise the original request header name will be used.</p>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin
9c1260efa52c82c2a58e5b5f20cd6902563d95f5rbowen</div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin</div>
4a3b6b890a52931991a7ed042d5973ef2039c623minfrin<div class="bottomlang">
<p><span>Available Languages: </span><a href="/en/mod/mod_reflector.html" title="English">&nbsp;en&nbsp;</a></p>
</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
var comments_shortname = 'httpd';
var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_reflector.html.en';
(function(w, d) {
var disabled = false;
if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) {
d.write('<div id="comments_thread"><\/div>');
var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
(d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
}
else {
d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
}
})(window, document);
//--><!]]></script></div><div id="footer">
<p class="apache">Copyright 2012 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();
}
//--><!]]></script>
</body></html>