Hi All,
I am going crazy as I feel that I have tried everything, but I still can't seem to get this working...
I have a Linux server running VMWare. Inside, I have 2 VM's - one apache, one Oracle XE. Both of these are working, as I can access ApEx from inside my network, SQLPlus, etc..., and also able to hit the website I am hosting.
What I really was hoping to do was point a particular url (sub-directory is maybe the better word) to Apex (www.my-domain.com/TEST/) so www.my-domain.com goes to my website as per normal, but if the user puts in /Test/ , this would be re-directed internally to the Oracle Apex...
So far, I haven't been able to get it to work. I followed this example:
1100819
but no luck. Someone suggested changing the port to 80, but I get errors in the listener.log when I do. I do get errors in the apache error.log :
[Fri Mar 07 08:57:04 2008] [error] [client 10.0.0.50] client denied by server configuration: proxy:http://10.0.0.21:8080/apex/
I was hoping I wouldn't have to open port 8080 to the outside - do I have to?
Any thoughts would be greatly appreciated...
Corey