• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

ServerAlias

E

edispah

Guest
Hi

Im evaluating Plesk 7.5.3 on Fedora Core 2.

How to I configure multiple ServerAlias's?

I have several customers who have a primary site e.g. www.abc.co.uk but have other domains registered that point to the same web space, using Apache I would normally just add a ServerAlias directive

e.g.

ServerName www.abc.co.uk
ServerAlias www.xyz.co.uk www.abc.com

Can I do this within the web interface or will I need to create a vhost.conf and add the extra ServerAliases?

Thanks

Paul Houselander
 
Originally posted by edispah
or will I need to create a vhost.conf and add the extra ServerAliases?

You can put it into httpd.include or vhost.conf, using vhost.conf is the recommended since the .include file may be overwritten during Plesk update/operation.
 
Back
Top