How do I change the permissions in my php files, They are registered to the root and would like for the user to be able to use them
If you wish httpd to run as a different user or group, you must run
httpd as root initially and it will switch.
#
User/Group: The name (or #number) of the user/group to run httpd as.
. On SCO (ODT 3) use "User nouser" and "Group nogroup".
. On HPUX you may not be able to use shared memory as nobody, and the
suggested workaround is to create a user www and use that user.
NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
when the value of (unsigned)Group is above 60000;
don't use Group #-1 on these systems!
#
User apache
Group apache
My files are for root user and would like for the user to be
User fish
Group fish
How do I change the permission from root to fish on the files.
Thank you for anyone who helps