Ad

isaac
asked Dec 15 2018
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

linuxhelp
asked Dec 18 2018
How to disable apache welcome page on Ubuntu
I wants to disable apache welcome page on Ubuntu how would i do that?