Originally posted by: tony.evans
You can't directly, AFAIK.
Ports under 1024 are useable by root processes only.
You could install sudo, and configure it to allow this one user to start that daemon as root (this is what sudo is designed to do, you can restrict the commands available to only a specific one to start the daemon for example).
You can no longer set the SUID on scripts on AIX so you can't provide a script to do it. If the user knows the root password they could always just su - root -c /usr/IBMIHS/bin/apachectl start but that probably defeats the purpose.