.apachectl issue after cloning

Error:
Autoconfig could not process the following files:
Directory: $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin
.apachectl BINCPY
.apachectl BINCPY

AutoConfig is exiting with status 2

Solution:

Change owner for apachectl in below mentioned locations,

cd $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin

chown appldev:dba .apachectl

cd $IAS_ORACLE_HOME/Apache/Apache/bin

chown appldev:dba .apachectl

Recent Posts