2 httpd processes?

spike

sometimes stupid
Hi,

Why do I have 2 httpd processes?
One owned by root, the other by www.

Is this normal?

I've been messing about trying to get it to work with PHP and MYSql and reinstalled a few times so i may have messed it up.

Also how do I check that I have DSO support enabled?

Im kinda new to this so that may all sound really dumb. ;)

thanks, Spike.

 
Thats depending of the settings in /etc/httpd/conf/httpd.conf
Not on X right now, but on my linuxbox it says

# Number of servers to start --- should be a reasonable ballpark figure.
StartServers 10

I guess the first one is started as root.
This is normal.
 
Back
Top