![MACROMEDIA FLASH MEDIA SERVER 2-MANAGING FLASH MEDIA... Скачать руководство пользователя страница 147](http://html1.mh-extra.com/html/macromedia/flash-media-server-2-managing-flash-media/flash-media-server-2-managing-flash-media_manual_3372650147.webp)
XML configuration files
147
Adaptor.xml file
The Adaptor.xml file is the configuration file for individual network adaptors in Flash Media
Server. It determines the number of threads that can be used by the adaptor, the
communications ports that adaptor binds to, and the IP addresses or domains from which the
adaptor can accept connections.
You can also implement SSL with the Adaptor.xml file, if you want to use different digital
certificates for different adaptors.
Each adaptor has its own directory inside the server’s
conf
directory. The name of the
directory is the name of the adaptor. Each adaptor directory must contain an Adaptor.xml file.
For example, the default adaptor included with the server at installation is named
_defaultRoot_, and its directory is found in the conf/ directory. To change an adaptor’s
settings, you edit the tags in its Adaptor.xml file.
The Adaptor.xml file contains the following tag structure:
<Adaptor>
<ResourceLimits>
<MaxFailures></MaxFailures>
<RecoveryTime></RecoveryTime>
</ResourceLimits>
<HostPortList>
<HostPort name=”xxxx”></HostPort>
</HostPortList>
<Allow></Allow>
<Deny></Deny>
<Order></Order>
<HTTPTunnel>
<Enable></Enable>
<NodeID></NodeID>
<IdlePostInterval></IdlePostInterval>
<IdleAckInterval></IdleAckInterval>
<MimeType></MimeType>
<WriteBuffSize></WriteBuffSize>
<SetCookie></SetCookie>
<Redirect enable=”false” maxbuf=”16384”></Redirect>
<NeedClose></NeedClose>
<MaxWriteDelay></MaxWriteDelay>
</HTTPTunnel>
<SSL>
<SSLServerCtx>
<SSLCertificateFile></SSLCertificateFile>
<SSLCertificateKeyFile></SSLCertificateKeyFile>
<SSLPassPhase></SSLPassPhase>
<SSLCipherSuite></<SSLCipherSuite>
<SSLTimeout></SSLTimeout>
</SSLClientCtx>
Содержание FLASH MEDIA SERVER 2-MANAGING FLASH MEDIA...
Страница 1: ...Managing Flash Media Server...
Страница 6: ...6 Contents...
Страница 10: ...10 About This Manual...
Страница 84: ...84 Deploying Flash Media Server...