jatos

Member
Jan 17, 2006
13
0
151
Hi
I want to setup it up, so that when certain sites are requested on my server, it starts the httpd process under a user other than the standard "nobody" user.

So say if I call www.thefbsite.com or an url on that domain the httpd process is run as the user fbsite site insteado the default user.
Jamie
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
Apache doesn't work that way. Non-CGI pages always run up under the nobody user, only CGI processes (with suexec and phpsuexec) will run under the username.
 

richy

Well-Known Member
Jun 30, 2003
274
1
168
Enable suExec (via WHM) and phpSuExec (via Easy Apache/Apache Update).