Macromedia flash media server 2-managing flash media server ユーザーズマニュアル

ページ / 238
158
Configuration Files
See also
Redirect
This tag specifies whether or not the adaptor redirects unknown requests to an external server.
Description
An unknown request may connect only when it is the first request on a newly accepted 
connection. At any other time the request is considered an error and the connection is closed.
Examples
<Host port="80">:8080</Host>
This example instructs Flash Media Server to redirect unknown requests to the specified 
redirect host. 
<Host port="443">:8443</Host>
This example configures the 
Redirect
 tag to forward the request to a specific host depending 
upon which port the request arrived on. 
<Redirect enable="false" maxbuf="16384">
The 
maxbuf
 attribute determines how big the IO buffers are. Flow control automatically 
handles the request when the bandwidth resources for producers and consumers differ widely. 
Flow control begins when the buffer in either direction fills up. 
ResourceLimits
Container tag.
Description
The tags in this container configure the resource limits for the edge server.
Contained tags
SetCookie
This tag specifies whether or not Flash Media Server sets a cookie.  
NO
TE
For redirection to work, HTTP tunneling must be enabled.