Hi,
I configured Apache on 10gAS to run as a non-oracle user.
I have hit this road block.
# tail -f HTTP_Server~1
--------
07/10/06 14:41:36 Start process
--------
apachectl is not owned by this user
After much investigation. The following hidden file is causing the problem.
$ORACLE_HOME/Apache/Apache/bin/.apachectl
This is the file permission
# ls -ltr .apachectl
-rwsr-s-wx 1 oracle dba 32768 Aug 3 2005 .apachectl
Looks like file ".apachectl" is not allowing Apache to run as non- oracle user.
I changed the onwership of ".apachectl" to the user I wish to execute Apache server as. Then I got this error:
--------
07/10/06 15:35:06 Start process
--------
/opt/oracle/app/oracle/product/10gAS/Apache/Apache/bin/.apachectl: Permission denied
Any help here?
Thanks