/[smecontribs]/rpms/smeserver-ajaxterm/contribs8/smeserver-ajaxterm-1.0.5-DocumentationFromSpecFile.patch
ViewVC logotype

Contents of /rpms/smeserver-ajaxterm/contribs8/smeserver-ajaxterm-1.0.5-DocumentationFromSpecFile.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 5 21:44:30 2013 UTC (11 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-ajaxterm-1_0_5-4_el5_sme, smeserver-ajaxterm-1_0_5-6_el5_sme, smeserver-ajaxterm-1_0_5-3_el5_sme, smeserver-ajaxterm-1_0_5-5_el5_sme, HEAD
Initial import

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 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed