View Single Post
  #1  
Old 11-05-2012, 02:41 PM
bettinz bettinz is offline
Member
 
Join Date: May 2011
Posts: 28
Default Litespeed in server managed mode

Hello,

I use Xcache on a shared hosting on my VPS. I need that the opcode memory is not shared by the account for security purpose; so I need to change from self managed mode, to server managed mode.

I've read that instances should match max connections.

So now I have:

Instances: 35
Max Connections: 35
LSAPI_CHILDREN=35

Is that correct? Because with this settings, the opcode memory is shared.

If I set LSAPI_CHILDREN, to 0, 1 or ?, the server doesn't reply (website load forever).

If I delete LSAPI_CHILDREN, the server say 503, internal server error.

I use Xcache. With self managed mode, everything works.

Thank you
Reply With Quote