MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Spezifikationen Seite 61

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 369
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 60
Chapter 340
The Vhost.xml file contains the following tag structure, with brief comments for each tag:
<VirtualHost>
<AliasList>
<Alias></Alias>
</AliasList>
<AppsDir>C:\inetpub\wwwroot\flashcom\applications\</AppsDir>
<RecordAccessLog>true</RecordAccessLog>
<ResourceLimits>
<MaxConnections>-1</MaxConnections>
<MaxAppInstances>-1</MaxAppInstances>
<MaxStreams>-1</MaxStreams>
<MaxSharedObjects>-1</MaxSharedObjects>
</ResourceLimits>
<VirtualDirectory>
<Streams></Streams>
</VirtualDirectory>
<DNSSuffix></DNSSuffix>
<Allow>all</Allow>
</VirtualHost>
The tags in the Vhost.xml file are described below. You can change the values of some of these
tags at runtime; to learn how, see the administration API article at Macromedias website (http://
www.macromedia.com/go/flashcom_admin).
<VirtualHost> is the root tag for the XML document. It is a container for all the other tags.
<AliasList> is a container for one or more <Alias> tags.
<Alias> allows you to specify an alternative short name to use when connecting to the virtual
host. You can use this tag to shorten long host names. You can specify an unlimited number of
aliases by adding additional
<Alias> tags. Each alias you specify must be mapped to the
correct IP address for the virtual host.
For example, if the host name is
machineName.company.com, then you could use the alias tag
to shorten the host name to machineName:
<Alias>machineName</Alias>
Do not use the same alias for more than one virtual host. If more than one virtual host on the
same adaptor has the same alias defined, then the first match found will be used by the server.
This can cause unpredictable results.
Seitenansicht 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 368 369

Kommentare zu diesen Handbüchern

Keine Kommentare