I have just installed apache and php on a linux box. The ip address is 10.186.35.11. When I type the address from any other host's browser, I get a cannot find server message. Are there additional setting I need to set in the Apache conf files?
Is the other host from which you are trying to see the page on that same netork?
Any IP address beginning with "10." is private. It cannot be reached across networks without some assistance at routers or firewalls Perfection in engineering does not happen when there is nothing more to add. Rather it happens when there is nothing more to take away.
Is "UseCanonicalName" set to "on"?
Set it to off, restart the server, then try it. Perfection in engineering does not happen when there is nothing more to add. Rather it happens when there is nothing more to take away.
Are you hitting the site by IP address or by name?
Do the subnet masks of the two machines match? Perfection in engineering does not happen when there is nothing more to add. Rather it happens when there is nothing more to take away.
Do you know for a fact the NIC on the web server is working correctly?
What distribution of Linux? Perfection in engineering does not happen when there is nothing more to add. Rather it happens when there is nothing more to take away.
Then it is not running. If, however, there is data between the lines "Chain input (policy ACCEPT):" and "Chain forward (policy ACCEPT):" then the internal firewall is running on that box.
If ipchains are running, stop it. Issue (again, as root):
/sbin/service ipchains stop
Then try the site from another machine. If it works, we've got the problem identified. If not, then I will be out of ideas.
Perfection in engineering does not happen when there is nothing more to add. Rather it happens when there is nothing more to take away.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.