Answer the question
In order to leave comments, you need to log in
A couple of questions about Apache.... Not listening on a port?
Linux Ubuntu Server
1) There was a site on Apache. Have worked.
After changing the IP (192.168.1.106 to 192.168.1.109 ) the pages do not open in the browser...
But if you return the old IP, it works...
I don't understand what is the connection between IP and Apache?
What should I do so that Apache gives out pages, even if I change the IP?
2) Port 80 tcp in netstat, why is it not there
why is there only tcp6 ::: 80? and ipv4 80 port LISTEN is not present? even if without grep LISTEN.
Is that how it should be?
UPD
Found.
The documentation says that you need to change Listen 80 to Listen 0.0.0.0:80 in the config port . Toda and in netstat there will be a line for ipv4
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question