in your apache configuration /etc/httpd/conf/httpd.conf, there are system variables --
User
Group
In earlier version, the default is "nobody" for both and apache 2.0 changed the default to "apache" for both User and Group. If you want to name them something else, just edit this httpd.conf file to whatever you like such as --
User my_name
Group my_name
~ Gary