Hi,
I am trying the Litespeed 15days trail version.
I am including a previous apache config that was running with suexec. Everything seems to work fine, all sites are running on the correct user account.
Now i'm testing the security. I've installed a PHP shell to do some tests:
If I run a simple php script to fork infinite child processes, Litespeed stops responding and I have to reboot.
this is the PHP script:
<?
while (1)
pcntl_fork();
?>
I am running PHP as LSAPI with the following options:
Process Soft Limit 10
Process Hard Limit 10
Are these options disabled in the trial version? Is there a solution for this problem.
regards
Christophe
I am trying the Litespeed 15days trail version.
I am including a previous apache config that was running with suexec. Everything seems to work fine, all sites are running on the correct user account.
Now i'm testing the security. I've installed a PHP shell to do some tests:
If I run a simple php script to fork infinite child processes, Litespeed stops responding and I have to reboot.
this is the PHP script:
<?
while (1)
pcntl_fork();
?>
I am running PHP as LSAPI with the following options:
Process Soft Limit 10
Process Hard Limit 10
Are these options disabled in the trial version? Is there a solution for this problem.
regards
Christophe