apache - How I connect to my localhost from external devices -


i'm trying connect android device localhost server (apache)... i've read tons of possible solutions here , none of them had helped me yet.

i created wlan virtualrouter , i've been connected device it. using server (node.js) i'm able connect mobile devices. if try apache server can't find , chrome browser give me connection_timed_out error.

i've tried change listening ip 127.0.0.1 0.0.0.0, i've tried change <directory in order allow external connection.

usefull stuff:

  • the server apache listening @ 80port following code: listen 80
  • windows firewall has been disabled

i don't know do, suggestions?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -