On Jun 26, 2014, at 11:27 AM, Joe Bloggs wrote: > However, I have to use a non-standard port (not 80 or 443) to make node work, > obviously.
Actually, it's not obvious why that would be the case. Why can't you use port 80 and/or 443 for node? > The other thing is, we are running apache on port 80, so I will be using > something like nginx on port 8080, and node on port 3000. Already using port 80 and/or 443 for another server would of course be an understandable reason. But nothing is forcing you to do that. You could run node on port 80 and/or 443 on another IP address on the same server (or on another server). -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/B5F9B604-FD0C-4ABD-B635-E92250C1B582%40ryandesign.com. For more options, visit https://groups.google.com/d/optout.
