Tuesday, April 21, 2009

Oracle HTTP Server: PERMISSION DENIED: MAKE_SOCK: COULD NOT BIND TO PORT 80

See http://download-east.oracle.com/docs/cd/B15904_01/web.1012/b14008.pdf, page D-3

You have to run the following:

1. Log in as root.
2. Run the following commands in the middle-tier Oracle home:
cd ORACLE_HOME/Apache/Apache/bin
chown root .apachectl
chmod 6750 .apachectl

No comments: