I have pointed my domain to my VPS's IP which works fine. But, it runs the apache server and loads content from 8080 by default.
I want my VPS to read the URL, and load content from 8069 port if it is one of my domains.. An example of what I'm looking for is described below.
My openerp application's IP URL is
0.0.0.0:8069/?db=myDatabase
the domain app.mydomain.com should load content from 0.0.0.0:8069/?db=myDatabase instead of 0.0.0.0:8080
please help
Docs like rackspace.com/knowledge_center/article/how-to-serve-multiple-domains-using-virtual-hosts tells you how to configure the apache server. How do I set configuration for openerp server?