Forum Moderators: phranque

Message Too Old, No Replies

per domain keep-alive

         

debajit kataki

12:15 pm on Jul 6, 2009 (gmt 0)

10+ Year Member




HI,

Is there a trick where i can have a sticky session for longer time for only a particular domain.

I don't want to increase my 5 sec keep-alive for all other existing domain due to this newly added domain.

I need this domain to have at least 5 mins of keep-Alive for any incoming session

~DK

Caterham

10:06 pm on Jul 6, 2009 (gmt 0)

10+ Year Member



Are you talking about HTTP(/1.1) keep-alive and the KeepAliveTimeout directive? You'll need ip-based virtual hosts and two IPs because splitting of KeepAliveTimeout across domains in one set of a NameVirtualHost does not work. Or, with name-based virtial hosting, you could use different ports (=different sets of NameVirtualHost).

debajit kataki

8:30 am on Jul 8, 2009 (gmt 0)

10+ Year Member



Thank you Caterham, will try this idea.

~DK