How to Find the Apache Web Server Group

Issue the command ps -aux | grep httpd. This will list the web server processes running on your system. The first column contains the username of the account under which the processes are running.

Type groups username to determine the group.