Search This Blog

Saturday, June 13, 2009

Change Oracle WebCache or Apache port to 80 in unix

As root
===========
cd $ORACLE_HOME/Apache/Apache/bin
chown root .apachectl
chmod 6750 .apachectl

As oracle
====================
Stop Oracle Web Cache using Application Server Control, or with the following
opmn command, as the oracle user (not root):

% opmnctl stopproc ias-component=WebCache

As root
============

# cd $ORACLE_HOME/webcache/bin
# webcache_setuser.sh setroot

As oracle
=============
Start Oracle Web Cache using Application Server Control, or with the following
opmn command, as the oracle user (not root):

% opmnctl startproc ias-component=WebCache

Change the port to 80 in the web cache administration site .