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

Why my wampserver taking too long time to response when connected to the internet? But when I disconnected the internet, it's work fine.

share|improve this question

1 Answer

You might consider going through the logs to see if it can be determined as to what may be occurring on the server when it is connected to the Internet (e.g. is something being download or uploaded?).

share|improve this answer
It's working now. Just changing this file C:\Windows\System32\drivers\etc\host, 127.0.0.1 localhost was commented, so I remove the comment and restart the server. Thanks. – Hafizul Amri Nov 8 '10 at 18:59
That probably means there is something coded to "localhost" within the configurations. – user48838 Nov 9 '10 at 0:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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