I plan to buy a domain name (let's say domain-example.com) and some hosting solution, (e.g., at Gandi or OVH). I would like to have the following configuration:
the domain-example.com points to the Gandi server. (IP 5.6.7.8)
on the gandi server , put a web page with curriculum, papers, etc , so it is always accessible: call it "research"
on a private server in my home (I have a static IP: 1.2.3.4), i have "owncloud", "multicraft", etc.
Is it possible to obtain the following configuration with apache on the gandi server:
- domain-example.com/research gives the web site hosted by Gandi
- domain-example.com/owncloud redirect to 1.2.3.4/owncloud, hosted on my own server.
Currently my home server is properly configured, I can access 1.2.3.4/owncloud from outside without any problem, my question is really how to configure apache on the gandi server.
Thanks