Permission denied error While starting the Apache server,
Cause:
cd $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin/
ls -rlta *apachect*
Solution:
Grant the access
chown root .apachectl
chmod 6750 .apachectl
Cause:
cd $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin/
ls -rlta *apachect*
Solution:
Grant the access
chown root .apachectl
chmod 6750 .apachectl