AMP AMP
AMP
0
AMP

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

Answer

AMP
0
AMP

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