Hello,
I have started fiddling with LS and so far looks very promising.
We are running a cPanel server (CentOS) with DSO/mod_ruid2 as the PHP Handler + APC opcode cache.
Now, when I run LS with suEXEC Daemon and "User Home Directory Only" everything works fine, except APC. It does not cache anything (I believe this is the expected behavior in this scenario so no panic just yet)
However, when we switch to ProcessGroup and PHP suEXEC to "No", APC works beautifully but we get permission errors like this:
Warning: session_start(): open(/tmp/sess_123xx, O_RDWR) failed: Permission denied (13)
I understand that enabling suEXEC will fix this, but will stop APC. What can I do then? There surely must be a way to run APC under ProcessGroup without breaking all websites?
Many thanks.
I have started fiddling with LS and so far looks very promising.
We are running a cPanel server (CentOS) with DSO/mod_ruid2 as the PHP Handler + APC opcode cache.
Now, when I run LS with suEXEC Daemon and "User Home Directory Only" everything works fine, except APC. It does not cache anything (I believe this is the expected behavior in this scenario so no panic just yet)
However, when we switch to ProcessGroup and PHP suEXEC to "No", APC works beautifully but we get permission errors like this:
Warning: session_start(): open(/tmp/sess_123xx, O_RDWR) failed: Permission denied (13)
I understand that enabling suEXEC will fix this, but will stop APC. What can I do then? There surely must be a way to run APC under ProcessGroup without breaking all websites?
Many thanks.