(Elementary User)
I would like my webserver to respond to an alias name.
Currently under the main section, I have the following entry:
ServerName my.domain.com
However, I would also like it to respond to:
After reading the Apache help notes, it would seem I need to make this entry using tags like this:
<VirtualHost>
ServerAlias </VirtualHost>
Have I understood this correctly?
Best regards
I would like my webserver to respond to an alias name.
Currently under the main section, I have the following entry:
ServerName my.domain.com
However, I would also like it to respond to:
After reading the Apache help notes, it would seem I need to make this entry using tags like this:
<VirtualHost>
ServerAlias </VirtualHost>
Have I understood this correctly?
Best regards