head	1.4;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.2
	OPENPKG_E1_MP:1.2
	OPENPKG_E1_MP_2_STABLE:1.2.2.2
	OPENPKG_E1_FP:1.2.2.2
	OPENPKG_2_STABLE_MP:1.2
	OPENPKG_2_STABLE_20061018:1.2.2.2
	OPENPKG_2_STABLE:1.2.0.2;
locks; strict;
comment	@# @;


1.4
date	2007.07.10.07.06.25;	author cs;	state Exp;
branches;
next	1.3;
commitid	r6JAzy6ygMoARbps;

1.3
date	2007.03.22.10.37.56;	author cs;	state Exp;
branches;
next	1.2;
commitid	5tgXnOHL0xEmz4bs;

1.2
date	2005.10.16.09.25.26;	author rse;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2005.10.14.19.16.18;	author rse;	state Exp;
branches;
next	;

1.2.2.1
date	2005.10.16.09.25.26;	author rse;	state dead;
branches;
next	1.2.2.2;
commitid	iZxwRSmmWscPXUQr;

1.2.2.2
date	2006.10.16.14.49.07;	author rse;	state Exp;
branches;
next	;
commitid	iZxwRSmmWscPXUQr;


desc
@@


1.4
log
@modifying package: crossroads-1.50 20070710 again
@
text
@//
//  crossroads.conf -- Crossroads Daemon Configuration
//

service example {
    verbosity on;
    shmkey @@l_shmkey@@;

    bindto 127.0.0.1;
    port 8080;

    dispatchmode byduration over 5;
    revivinginterval 5;
    backlog 5;
    connectiontimeout 300;
    maxconnections 300;

    backend backend_1 {
        verbosity on;
        server 127.0.0.1;
        port 8081;
        decay 10;
    }

    backend backend_2 {
        verbosity on;
        server 127.0.0.1;
        port 8082;
        decay 10;
    }
}

@


1.3
log
@configuration directives changed some time ago; implemented configuration test
@
text
@d1 3
a3 3
##
##  crossroads.conf -- Crossroads Daemon Configuration
##
@


1.2
log
@provide a deterministically UUID-derived unique instance number
@
text
@d15 2
a16 2
    sessiontimeout 300;
    maxclients 300;
@


1.2.2.1
log
@file crossroads.conf was added on branch OPENPKG_2_STABLE on 2006-10-16 14:49:07 +0000
@
text
@d1 32
@


1.2.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 32
##
##  crossroads.conf -- Crossroads Daemon Configuration
##

service example {
    verbosity on;
    shmkey @@l_shmkey@@;

    bindto 127.0.0.1;
    port 8080;

    dispatchmode byduration over 5;
    revivinginterval 5;
    backlog 5;
    sessiontimeout 300;
    maxclients 300;

    backend backend_1 {
        verbosity on;
        server 127.0.0.1;
        port 8081;
        decay 10;
    }

    backend backend_2 {
        verbosity on;
        server 127.0.0.1;
        port 8082;
        decay 10;
    }
}

@


1.1
log
@new package: crossroads 0.08 (Load Balancing Daemon)
@
text
@d7 1
a7 1
    shmkey 123456; # (HAS TO BE UNIQUE PER OPENPKG INSTANCE)
@

