1 |
snetram |
1.1 |
--- smeserver-ajaxterm-1.0.5/root/usr/share/doc/smeserver-ajaxterm-1.0.5/readme.txt.DocumentationFromSpecFile 2008-03-01 13:07:21.000000000 +0100 |
2 |
|
|
+++ smeserver-ajaxterm-1.0.5/root/usr/share/doc/smeserver-ajaxterm-1.0.5/readme.txt 2008-03-01 13:08:12.000000000 +0100 |
3 |
|
|
@@ -0,0 +1,36 @@ |
4 |
|
|
+For the most actual version please see |
5 |
|
|
+ |
6 |
|
|
+http://wiki.contribs.org/Ajaxterm |
7 |
|
|
+ |
8 |
|
|
+Usage: https://yourdomain.com/ajaxterm/index.html |
9 |
|
|
+ |
10 |
|
|
+Configuration |
11 |
|
|
+1) To allow only local login on localhost: |
12 |
|
|
+config setprop Ajaxterm allowOnlyLocalhost yes |
13 |
|
|
+service ajaxterm restart |
14 |
|
|
+ |
15 |
|
|
+2) To allow ssh login on all hosts: |
16 |
|
|
+config setprop Ajaxterm allowOnlyLocalhost no |
17 |
|
|
+service ajaxterm restart |
18 |
|
|
+ |
19 |
|
|
+3) Terminal size (default is 80 x 25) |
20 |
|
|
+config setprop Ajaxterm width NEWWIDTH |
21 |
|
|
+config setprop Ajaxterm height NEWHEIGHT |
22 |
|
|
+service ajaxterm restart |
23 |
|
|
+ |
24 |
|
|
+4) Basic Auth Users (Browser login) |
25 |
|
|
+config setprop Ajaxterm basicAuthUsers "user [user] ..." |
26 |
|
|
+expand-template /etc/httpd/conf/httpd.conf |
27 |
|
|
+service httpd-e-smith restart |
28 |
|
|
+ |
29 |
|
|
+5) Web alias (default: ajaxterm) |
30 |
|
|
+config setprop Ajaxterm webAlias NEWALIAS |
31 |
|
|
+expand-template /etc/httpd/conf/httpd.conf |
32 |
|
|
+service httpd-e-smith restart |
33 |
|
|
+ |
34 |
|
|
+6) Changing the ajaxterm service port (default is 8022): |
35 |
|
|
+config setprop Ajaxterm servicePort NEWPORT |
36 |
|
|
+expand-template /etc/httpd/conf/httpd.conf |
37 |
|
|
+service httpd-e-smith restart |
38 |
|
|
+service ajaxterm restart |
39 |
|
|
+ |