[Klone-users] Fwd: Server model and SSL

Stefano Barbato barbato at koanlogic.com
Wed Jan 13 08:06:04 EST 2010


On 11/gen/2010, at 09.44, diakat 2000 wrote:

> Hi,
> 
> I still prefer to use the fork server model, because our system hast
> just a few users.
> So, could anybody tell me the strange behavior? Is there any
> possibilty to get the fork server model work?
> 
> Many thanks in advance.
> 
> Best regards!
> Diana

Hello Diana, 

based on your configuration you're using in-memory sessions that are currently not supported with the "fork" server model.

Prefork server model use a parent-child channel to share memory blocks used to store sessions but that is not used in any other server model (well, "iterative" model does not need any memory sharing because everything runs in a single process).

So to use "fork" you should use file-based or client-side sessions ("session.type    client").

bye,
stefano








More information about the klone-users mailing list