
154 Configuration Files
See also
HostPortList
HostPortList
This tag contains a list of HostPort tags associated with this adaptor.
Example
<HostPort secure="true">12.34.56.78:443</HostPort>
<HostPort secure="false">12.34.56.78:1935,80</HostPort>
This example demonstrates how to list secure and non-secure ports.
Although you can use any port number, there is a risk of conflicting with another application
that may be assigned to the same port. For example, if you configure Flash Media Server to
use port 80 to support HTTP tunneling, you can not bind both a web server and Flash Media
Server to the same port 80.
See also
HostPort
HTTPIdent
This tag configures the server to respond to or reject an HTTP identification request from a
client.
Example
<HTTPIdent enable="true"></HTTPIdent>
When the enable attribute is set to “true,” all tags within the HTTPIdent section are
returned as a response. The entire response will be enclosed in
<FCS></FCS> tags, which are
added by the server.
If the
HTTPIdent function is enabled but no content is specified, the <FCS></FCS> response is
returned without content.
For an
ident response to be returned, the HTTPIdent function must be enabled and the client
must specifically do a POST or GET for "
/fms/ident" resource.
Example
http://localhost:1935/fms/ident
This command sends an HTTP get request:
GET /fms/ident HTTP/1.1..
Accept: */*..
Accept-Language: en-us..
Commenti su questo manuale