Last change
on this file since 707 was
707,
checked in by price, 16 years ago
|
don't hardcode host's hostname in conserver.cf
|
File size:
493 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 | logfile /var/log/conserver/&.log; |
---|
| 13 | timestamp "1lab"; |
---|
| 14 | include full; |
---|
| 15 | type exec; |
---|
| 16 | exec xm console d_f; |
---|
| 17 | execsubst f=cs; |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | console s_sipb-xen-dev { |
---|
| 21 | type exec; |
---|
| 22 | exec xm console s_sipb-xen-dev; |
---|
| 23 | } |
---|
| 24 | |
---|
[397] | 25 | #include /etc/conserver/sipb-xen-consoles.cf |
---|
[386] | 26 | |
---|
| 27 | ## |
---|
| 28 | ## list of clients we allow |
---|
| 29 | ## |
---|
| 30 | access * { |
---|
[707] | 31 | trusted 127.0.0.1; |
---|
[386] | 32 | trusted 18.181.0.134; |
---|
| 33 | limited *; |
---|
| 34 | } |
---|
| 35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.