Goal: Apache Server runs on a http port and needs to be started/stopped as non-root user if Apache Server port is greater than 1024. How to make Apache server run as root user if port is less than 1024 in linux environment?
Solution:
Solution:
- Login as root user.
- Goto Apache directory say $ORACLE_HOME/Apache/Apache/bin
- Change ownership of apachectl as root chown root .apachectl
- Change permission as chmod 6750 .apachectl