Tu fais pointer ton deuxième nom de domaine en A vers 5.135.159.191
Tu crée le vhost das /etc/apache2/sites-available/deuxièmendd.conf
<VirtualHost *:80>
ServerAdmin webmaster@domain.tld
ServerName deuxièmendd.tld
DocumentRoot /var/www/dossier
ErrorLog ${APACHE_LOG_DIR}/ndd-error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/ndd-access.log combined
</VirtualHost>
sudo a2ensite deuxièmendd.conf
sudo service apache2 reload