I installed Apache and configured it for remote access. This is line from netstat:
TCP 0.0.0.0:80 [comp-name] LISTENING
When I use "localhost" I easy access to content and have some updates in access.log and error.log, but if I use external interface - 192.168.1.57, I get this HTML message:
</html><head><title>An error happened</title></head><body>Error code=No such page</body></html>
I tried to access server both from same computer Apache installed on and near one. I have no evidience in logs. I have Avira and Microsoft Firewall on, I tried get both of them off, but it isn't helped.
Every ideas?