0

How to disable apache welcome page on Ubuntu

I wants to disable apache welcome page on Ubuntu how would i do that?

Apache Ubuntu Add a comment
isaac
asked Dec 15 2018

Answer

0

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
Add a comment
linuxhelp
asked Dec 18 2018
Post your Answer