Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

linux apache port 80 and oracle http server port 7777

Abiola OlalereMar 6 2006 — edited Sep 19 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2007
Added on Mar 6 2006
6 comments
1,225 views