ServerAlias in httpd.conf? AMS 5.0.10
Hi,
I want to add a ServerAlias. I tried two ways:
1.) I added to the httpd.conf under /opt/adobe/ams/Apache2.4/conf/
<Virtualhost myIP:80>
ServerName example.com
ServerAlias example-alias.com
DocumentRoot /web/xyz
</VirtualHost>
But this seems not to work.
2.) I worked on this documentation by adobe: https://helpx.adobe.com/adobe-media-server/config-admin/configure-server-virtual-hosting.html
So I added under the _defaultRoot_ directory a new directory "example-alias.com" (like the ServerAlias hostname) with a Vhost.xml and a Application.xml
In the Vhost.xml I changed the Alias part from <Alias name="abc"></Alias> to <Alias name="example-alias.com">example-alias.com</Alias>
But this seem not to work either.
Do you now where I have to change the ServerAlias with AMS 5.0.10?
Best, Sven
