On Fri, 26 Feb 2016, [email protected] wrote: > just add a look of above link (mod_proxy). How does the virtual host config > will get addressed to the project directory (Mojo App) ?
You need to run the mojo app on a different port nnnn (e.g. by using hypnotoad). Then you configure mod_proxy to proxy the virtual host to localhost:nnnn. The mod_proxy configuration doesn't need to know anything about the project directory - just what port (nnnn) the application is bound to. Read the docs that Luc provided a link to.
