After stopping Apache service, why can I still get Apache default page on my IP address? After stopping Apache service, why can I still get Apache default page on my IP address? nginx nginx

After stopping Apache service, why can I still get Apache default page on my IP address?


I had the same problem. To my wonder clearing history and cookies of the browser worked.


Apache and Nginx home pages located in this directory:

/var/www/html

But there is a small point, and that is that each of these two apps that were installed earlier takes up the index.html file, and when you enter the address of localhost in the browser, that file actually opens.

As a result, all you have to do is go into this directory and see what the name of Nginx home file.you must do this in your terminal:

ls -l /var/www/html

that show index.nginx-debian.html name for Nginx html file, So if you search for this address in your browser:

localhost/index.nginx-debian.html

you can see the home page of Nginx.

all you need for show Nginx home page when search localhost is change then name of those two files.