Having Troubles Getting My Apache Server Online(NodeJS and Apache)
Posted
by
Jeff Armingol
on Server Fault
See other posts from Server Fault
or by Jeff Armingol
Published on 2013-06-29T10:12:35Z
Indexed on
2013/06/29
10:22 UTC
Read the original article
Hit count: 275
I am new here. This is my situation. I am using nodejs modules, serialport2 and socket.io, because I am trying to forward the data from my arduino hardware through serialports. In my server side script, I read the data then forward it to the client side. Now I am using Apache to serve the html page,which is the client side. I am running Nodejs on port 8000 and Apache on port 80. It is running OKAY when I view it in my browser typing localhost:80. The data is appearing and seems fine.
Now when I tried to get my Apache server online using a Free DDNS provider(http://www.noip.com/) and my port80, it loaded the webpage but there are no data appearing on the page. What seems to be the problem here? Really need your expertise and advice. Thanks in advanced!
© Server Fault or respective owner