Forum Moderators: phranque
I'm working for a small business, we have one domain name www.company.com which is being hosted by a communications firm. They allow us to point this domain to an IP address.
I'm planning to deploy two applications from Oracle on this domain name, as well as our company website on port 80.
Here's how I think it should work,
http://www.company.com --> goes to our company webpage
http://www.company.com/ocs --> goes to app1 (ocs)
http://www.company.com/fin --> goes to app2 (fin)
In our internal network, app1 and app2 are set up like:
http://server1.company.com:8009
http://server2.company.com:8004
What do I need to get this working? I've tried mod_proxy and mod_proxy_html, but it doesn't seem to like the fact that app1 goes to http://server1.company.com:8009/welcome/index.jsp
If you look at the last URL, it should be rewritten by apache to http://www.company.com/ocs/welcome/index.jsp but instead it is doing: http://www.company.com/welcome/index.jsp
Any ideas? I can send the httpd.conf.local files if required.
Thanks
Alex
[edited by: jdMorgan at 7:44 am (utc) on Feb. 17, 2006]
[edit reason] De-linked. [/edit]