View Single Post
  #5  
Old 06-29-2005, 12:44 PM
Test Test is offline
New Member
 
Join Date: Jun 2005
Posts: 9
Quote:
Originally Posted by mistwang
It is normal, admin_php is the internally defined PHP FCGI External App for the web admin interface, whenever web admin interface is accessed, you will see those processes, your configuration has no effect on those.
hm, I understand that. admin_php is just an example,
the problem is:
I have more than 2 instanses for EACH fastcgi script, my script:

nobody 26572 0.0 0.1 2496 1152 ? S 11:01 0:00 /bin/sh /home/bos.cgi
nobody 26573 0.0 0.1 2496 1152 ? S 11:01 0:00 /bin/sh /home/bos.cgi

and I never seen only one instance of /home/bos.cgi
Reply With Quote