PDA

View Full Version : admin_php & php process


_harri_
02-22-2004, 06:56 AM
hello!

the lshttpd process forks the admin_php and php processes - when i shutdown the lshttpd service with "/opt/lsws/bin/lswsctrl stop", the admin_php & php processes keep running... i think that shouldn´t be so.
is there a problem with my configuration? iam using lsws on a gentoo linux box, but this mustn´t be the problem.


greets
_harri_

mistwang
02-22-2004, 08:45 AM
That's normal, for technical reason. When you start another instance of lshttpd, the running processes will be reused.
If you preter to stop them, just run command "killall admin_php", "killall php".
This issue might be solved in the future release.

Best regards,
George

_harri_
02-22-2004, 03:54 PM
ok, thx for the info!