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

ページ / 238
170
Configuration Files
You can also specify multiple applications directories by separating locations with a semicolon 
(;). You can specify two locations, each of which contains application subdirectories. If you 
change the default location of the 
AppsDir
 tag, be sure to include a directory named 
admin
 in 
each directory. This ensures that the management console (
fmsconsole.swf
) will be able to 
connect to the virtual host. 
If no location is specified for this tag, the applications directory is assumed to be located in the 
vhost
 directory. 
For more information, see 
CacheDir
This tag enables or disables writing recorded streams to disk. Set this tag on the proxy or edge 
server to control the proxy’s caching behavior. 
Description
The contents of the cache are volatile. This tag controls whether the cached streams will be 
written to disk, in addition to being cached in the proxy server’s memory. 
The proxy server caches content locally to aid performance. Caching static content can reduce 
the overall load placed on the origin server. 
The default location is the cache folder in the server installation directory. 
Syntax
<CacheDir enabled="false"></CacheDir>
The default value of the 
enable
 attribute is 
“false”
.
Example
<CacheDir enabled="true">c:\mycache</CacheDir>
To save the contents of the cache, set the 
enable
 attribute to 
“true” 
and specify a directory 
on the disk where the files will be written.
See also
DNSSuffix
This tag specifies the primary DNS suffix for this virtual host.
Description
If a reverse DNS lookup fails to return the domain as part of the host name, then this tag is 
used as the domain suffix.