linux apache port 80 and oracle http server port 7777
Please can anyone help? My oracle http server is running on a linux machine that is running linux apache.The linux apache by default listen on port 80 and oracle http server on port 7777.
Please I am trying to configure virtualhost for mydomain.com to point from my linux apache to the oracle http server on port 7777 because I will like to use my modplsql.
<VirtualHost *:7777>
ServerName www.mydomain.com
ServerAdmin admin@mydomain.com
DocumentRoot /u01/app/oracleweb/product/10.1.0/companion_1/Apache/Apache/htdocs/hosted/aic
</VirtualHost>
or Is there any way I can use my oracle http server instead of linux apache
Regards
Abby