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
|
Line | |
---|
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 | |
---|
25 | #include /etc/conserver/sipb-xen-consoles.cf |
---|
26 | |
---|
27 | ## |
---|
28 | ## list of clients we allow |
---|
29 | ## |
---|
30 | access * { |
---|
31 | trusted 127.0.0.1; |
---|
32 | trusted 18.181.0.134; |
---|
33 | limited *; |
---|
34 | } |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.