It is possible to set a second IP address on the same server. This allows u to put your app on port 80 binded to this second IP, and apache on the other IP.
You also need to change apache setting "Listen" to something like "Listen 192.168.1.1:80". Em quarta-feira, 8 de janeiro de 2014 04h34min56s UTC-3, Ket escreveu: > > I use node.js to communicate with my web applications real time. > When I assign port 80, it is conflicted with Apache port 80 and I cannot > access to the app from my mobile devices. > But when I assign port 37, I cannot access to it from my work computer. > > So which port is safe for commercial use generally and not conflict with > security setting. > > Thank you, > > PS. I'm not an IT guy. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
