Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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?

share|improve this question
How exactly did you connect? Do you by any chance use a browser that is configured to use a proxy server? What happens if you try connecting with telnet instead of with a browser? – Jenny D Jul 16 '12 at 14:18
I used WFatch and get the same (HTTP 404) with the same body. – Rodnower Jul 16 '12 at 15:06
By the way I'm using Windows Vista – Rodnower Jul 16 '12 at 15:06

closed as not a real question by Shane Madden, Lucas Kauffman, rnxrx, Ward, Michael Hampton Sep 2 '12 at 23:59

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

OK, I made restart and it working. By the way it was blocked by some Vista facility, because SVN was blocked for outside too.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.