Skip to main content
AdoboAdobo
Participant
April 18, 2018
Question

Can VHOST.ALLOW value be set to a hostname or subdomain versus domain?

  • April 18, 2018
  • 0 replies
  • 203 views

When implementing the following Adobe Media Server Hardening Guide item, is it possible to substitute a hostname or subdomain for the value instead of using the domain.

I would like to use something like:

application.xcompany.com

Instead of

xcompany.com

Restrict which domains can connect to a virtual host

If desired, you can restrict which domains are allowed to connect to a virtual host. By default, connections are allowed from all domains.

  • Open the rootinstall/conf/ams.ini file.

  • Set the VHOST.ALLOW parameter to a comma-delimited list of domains that are allowed to connect to the server. The default value is all.If a value is set, only the domains listed are accepted. For example, VHOST.ALLOW = example.com, example2.com allows connections from the example.com and example2.com domains. To allow localhost connections, specify localhost. For more information, see Vhost.xml file.

  • Restart the server.

    This topic has been closed for replies.