Last change
on this file since 451 was
397,
checked in by broder, 17 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
|
Rev | Line | |
---|
[386] | 1 | # The character '&' in logfile names are substituted with the console |
---|
| 2 | # name. |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | config * { |
---|
| 6 | sslrequired yes; |
---|
| 7 | } |
---|
| 8 | default full { |
---|
| 9 | rw *; |
---|
| 10 | } |
---|
| 11 | default * { |
---|
| 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 | |
---|
| 21 | console s_sipb-xen-dev { |
---|
| 22 | type exec; |
---|
| 23 | exec xm console s_sipb-xen-dev; |
---|
| 24 | } |
---|
| 25 | |
---|
[397] | 26 | #include /etc/conserver/sipb-xen-consoles.cf |
---|
[386] | 27 | |
---|
| 28 | ## |
---|
| 29 | ## list of clients we allow |
---|
| 30 | ## |
---|
| 31 | access * { |
---|
| 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.