MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Specifiche Pagina 58

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 369
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 57
Configuring Flash Communication Server 37
The following set of Server.xml tags has been customized for real-world use. Two server
administrators are defined,
root and jsmith. An administrator named panderson is defined for
two virtual hosts, _defaultVHost_ and www.macromedia.com. The <Allow> and <Deny> tags are
set for all four administrators to allow them to connect only from the IP address 12.34.45.678.
The server domain is set to www.macromedia.com.
<Root>
<Admin>
<Server>
<UserList>
<User name="root">
<Password encrypt="true">WTs5Ka9</Password>
<Allow>12.34.45.678</Allow>
<Deny>all</Deny>
<Order>Deny,Allow</Order>
</User>
<User name="jsmith">
<Password encrypt="true">4flYnH1</Password>
<Allow>12.34.45.678</Allow>
<Deny>all</Deny>
<Order>Deny,Allow</Order>
</User>
</UserList>
</Server>
<Adaptor name="_defaultRoot_">
<VirtualHost name="_defaultVHost_">
<UserList>
<User name="panderson">
<Password encrypt="true">jhdAYT2E7</Password>
<Allow>12.34.45.678</Allow>
<Deny>all</Deny>
<Order>Deny,Allow</Order>
</User>
</UserList>
</VirtualHost>
<VirtualHost name="www.macromedia.com">
<UserList>
<User name="panderson">
<Password encrypt="true">jhdAYT2E7</Password>
<Allow>12.34.45.678</Allow>
<Deny>all</Deny>
<Order>Deny,Allow</Order>
</User>
</UserList>
</VirtualHost>
</Adaptor>
</Admin>
<Server>
<LicenseInfo>FSW100-12345-67890-54321</LicenseInfo>
<AdminServer>
<HostPort>:1111</HostPort>
</AdminServer>
</Server>
<ServerDomain>www.macromedia.com</ServerDomain>
</Root>
Vedere la pagina 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 368 369

Commenti su questo manuale

Nessun commento