apache pid, can i use the domain"s user?

apache pid, can i use the domain"s user?

am 08.04.2008 17:24:47 von Giakko

hello,
i have a ded. server with centos + apache.
i have 5 domains
when i run ps -aux i see some apache process (1 root and many nobody):
root 5770 0.0 0.3 25192 15472 ? Ss Apr07 0:00 /usr/
local/apache/bin/httpd -DSSL
nobody 10038 0.0 0.0 25332 1888 ? S 09:19 0:00 /usr/
local/apache/bin/httpd -DSSL
nobody 10039 0.0 0.0 25332 2340 ? S 09:19 0:00 /usr/
local/apache/bin/httpd -DSSL
nobody 10040 0.0 0.0 25332 1888 ? S 09:19 0:00 /usr/
local/apache/bin/httpd -DSSL
nobody 10041 0.0 0.0 25332 1896 ? S 09:19 0:00 /usr/
local/apache/bin/httpd -DSSL
nobody 10042 0.0 0.0 25332 1884 ? S 09:19 0:00 /usr/
local/apache/bin/httpd -DSSL


since each domain has a different user
(
ServerAdmin webmaster@p...et
DocumentRoot /home/www...blic_html
ServerName po...net
User wwwsimon
Group wwwsimon
)

i would like to see the pid owning to the real domain's user
(wwwsimon) instead of "nobody"
so i can see each domain with his own PID


is it doable?
thanks,
simone