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!

Run Apache as non Oracle user

user1980Oct 8 2007 — edited Oct 8 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2007
Added on Oct 8 2007
3 comments
630 views