PDA

View Full Version : DA and HTTPD users?



thoroughfare
03-16-2004, 06:35 AM
Hi,

Is it normal for DA to be running as nobody and httpd to be running as root?

Seems a little unsecure?

Thanks,
Matt :)

existenz
03-16-2004, 07:43 AM
Yes that is normal for apache. You should only see a handful of processes running though.

thoroughfare
03-16-2004, 07:47 AM
For sure?

Hmm... I'm thought it ran as 'nobody' or 'apache'?

Matt

DirectAdmin Support
03-16-2004, 09:49 AM
Hello,

You should have 1 root httpd process, which is used to spawn "children". All the rest should be run by apache. Other than that, any cgi files would be suexec'd to the user who owns the script.

John

thoroughfare
03-16-2004, 09:54 AM
Ah ok, thanks :)

Matt