source: trunk/packages/sipb-xen-console-server/files/etc/conserver/conserver.cf.sipb-xen @ 397

Last change on this file since 397 was 397, checked in by broder, 16 years ago

Create and destroy conserver consoles through a Python script,
instead of a shell script. Also run this script every 5 minutes or so

File size: 513 bytes
Line 
1# The character '&' in logfile names are substituted with the console
2# name.
3#
4
5config * {
6        sslrequired yes;
7}
8default full {
9        rw *;
10}
11default * {
12        master black-mesa;
13        logfile /var/log/conserver/&.log;
14        timestamp "1lab";
15        include full;
16        type exec;
17        exec xm console d_f;
18        execsubst f=cs;
19}
20
21console s_sipb-xen-dev {
22        type exec;
23        exec xm console s_sipb-xen-dev;
24}
25
26#include /etc/conserver/sipb-xen-consoles.cf
27
28##
29## list of clients we allow
30##
31access * {
32        allowed 127.0.0.1;
33        trusted 18.181.0.134;
34        limited *;
35}
36
Note: See TracBrowser for help on using the repository browser.