**I have seen a similiar question here, with no proper answer
I want both Apache and Node.js to run on port 80, so that it won't be necessary to type port number at the address bar. But my Node.js app won't work when I listen on port 80 instead of 3000, I guess that's because Apache is already on 80.
Or, the solution requires to actually use other port than 80 and somehow hide it?