I am attempting to create a virtual host to connect a computer running a node application (Computer B 12.34.56.78) to a computer running my Apache web server (Computer A 12.34.56.77). Everything I have seen so far just deals with serving a node application running on the same computer that is running the Apache instance.
In the end I would like to be able to access the Node application using a URL such as defaultwebsite.com/nodeapp.
Has anybody had experience doing this? I am still relatively new to working with Apache and any help would be greatly appreciated.