1 Answer
You can disable the apache welocome page by making use of the following command in ubuntu
#a2dissite 000-default.conf
Site 000-default disabled
To activate the new configuration, you need to run:
systemctl reload apache2
Your Answer