0

How to disable apache welcome page on Ubuntu

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

isaac
asked Dec 15, 2018
1 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
View More
linuxhelp
answered Dec 18, 2018
Your Answer
||||
 
100:0