View Single Post
  #33  
Old 11-18-2011, 06:00 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
Quote:
I have configured Litespeed to let PHP/LSAPI to self-manage its instances
since you set
Quote:
Suexec: on
lsphp is not in self-manage mode.

Quote:
any opcode cache useless.
when php suExec enabled, only eAccelerator able to share opcode cache between processes, since the opcode cache is saved on disk.
Reply With Quote