OHS and Apache
oBeanOct 2 2008 — edited Oct 5 2008I'm trying to setup Oracle 9i and OHS in my home office, and I'm having some http config problems. The database is working fine, it's the Apache part I think I need help with. My objective is to be able to create web pages using pl/sql (mod_plsql) and eventually some java.
I can access the oracle default webpage from the server using http://127.0.0.1, and from the network using the internal IP of the server, but I would like to be able to access it using my domain name. I have another webserver on the network which uses port 80, so I changed the "Port" and "Listen" directives in Apache to 7777, and set my router to forward this port to the Oracle server. This works fine too, but still not sure how to setup for my domain. I've tried changing the "ServerName" but no go...(?)
thx
Kevin