To configure Apache (10.1.3) in Release 12 of EBS to run on a restricted port. A port below 1024. SolutionBy default, Oracle HTTP Server runs as a non-root user (the user that installed Oracle Application Server). On UNIX systems, if you change the Oracle HTTP Server Listen port number to a value less than 1024, you must enable Oracle HTTP Server to run as root. If one tries to start up the HTTP Server on a port below 1024 without the HTTP Server running as root, the following error message will be seen in the HTTP Server [ error_log ] file. Note(s): - The steps below require root access. - The file that needs to be modified is the hidden file .apachectl NOT the apachectl file that resides in the same directory. Pre Steps
5. Shutdown Apps and run autoconfig to make the changes take affect. Steps
Note(s): - After the changes the file listing should look similar to the following. $ ls -la drwxr-xr-x 2 applmgr appsdba 4096 May 8 17:25 . drwxr-xr-x 4 applmgr appsdba 4096 May 8 17:25 .. -rwx------ 1 applmgr appsdba 14025 May 19 17:25 apachectl -rwsr-s--- 1 root appsdba 421517 May 19 17:25 .apachectl |
1 comment:
Great. Nicely explained.
Post a Comment