server.php - multiple instances (100's!!!)
Hi,
there is a problem with my ISPConfig3 installation:
The script "/usr/local/ispconfig/server/server.php" is started every time and still running indefinitely. After a some hours of server running I seen 100's of instances of this script in "top".
As I can see, this script "stops" or "indefinitely waits" on "$app->modules->processDatalog();" string and nothing happened next.
Now I just truncate this script to "die();" because it fills all the memory with it's instances.
What can be wrong?
System: Debian Lenny
|