Download Managing Flash Media Server
Transcript
Examples <Allow>foo.macromedia.com,10.41.1.55</Allow> <Deny>all</Deny> <Order>Deny,Allow</Order> This example instructs Flash Media Server not to process any requests except for those from the computer named foo.macromedia.com and the computer with the IP address 10.41.1.55: <Allow>all</Allow> <Deny>10.41</Deny> <Order>Allow,Deny</Order> This example specifies that server will accept and process all requests except those coming from computers that match the IP address 10.41.x.x: See also Allow, Deny tags Process Container tag. Description The tags nested within the Process container contain the ID tags for all server processes. These tags are applicable for Flash Media Server running on Linux systems only. Contained tags GID, UID Protocol Container tag. Description Flash Media Server receives connections on various protocols. The tags in this container configure those protocols and how the connection requests are received. To set the values for all I/O and connection threads processing, follow these guidelines: ■ A value of 0 allocates the default number of threads (10). ■ A value greater than 0 allocates the exact number of threads specified. ■ A value less than 0 ties the number connection threads to the number (N) of processors: 114 ■ -1 means 1 x N threads ■ -2 means 2 x N threads, etc. Configuration Files