1 |
jpp |
1.1 |
diff -Nur smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 |
2 |
|
|
--- smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 1969-12-31 19:00:00.000000000 -0500 |
3 |
|
|
+++ smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/20Manager2 2018-02-04 13:04:05.366000000 -0500 |
4 |
|
|
@@ -0,0 +1,10 @@ |
5 |
|
|
+ |
6 |
|
|
+ |
7 |
|
|
+ScriptAlias /server-manager2/noframes /etc/e-smith/web/panels/manager2/cgi-bin/noframes |
8 |
|
|
+ScriptAlias /server-manager2/support /etc/e-smith/web/panels/manager2/cgi-bin/support |
9 |
|
|
+ScriptAlias /server-manager2/navigation /etc/e-smith/web/panels/manager2/cgi-bin/navigation |
10 |
|
|
+ |
11 |
|
|
+# smeserver manager 2 panel |
12 |
|
|
+ScriptAlias /server-manager2/cgi-bin /etc/e-smith/web/panels/manager2/cgi-bin |
13 |
|
|
+Alias /server-manager2 /etc/e-smith/web/panels/manager2/html |
14 |
|
|
+ |
15 |
|
|
diff -Nur smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 |
16 |
|
|
--- smeserver-manager-0.1.0-old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 2018-02-03 23:26:53.000000000 -0500 |
17 |
|
|
+++ smeserver-manager-0.1.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager2 2018-02-04 13:07:32.543000000 -0500 |
18 |
|
|
@@ -14,12 +14,12 @@ |
19 |
|
|
if ($manager2 ne 'nologin') |
20 |
|
|
{ |
21 |
|
|
$OUT = " AuthType Basic\n"; |
22 |
|
|
- $OUT = " TKTAuthLoginURL /server-common/cgi-bin/login\n"; |
23 |
|
|
+ $OUT .= " TKTAuthLoginURL /server-common/cgi-bin/login\n"; |
24 |
|
|
my $ManagerTimeout = ${'httpd-admin'}{ManagerTimeout} || "30m"; |
25 |
|
|
- $OUT = " TKTAuthTimeout $ManagerTimeout\n"; |
26 |
|
|
- $OUT = " TKTAuthTimeoutRefresh 0.66 \n"; |
27 |
|
|
- $OUT = " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; |
28 |
|
|
- $OUT = " require user admin\n"; |
29 |
|
|
+ $OUT .= " TKTAuthTimeout $ManagerTimeout\n"; |
30 |
|
|
+ $OUT .= " TKTAuthTimeoutRefresh 0.66 \n"; |
31 |
|
|
+ $OUT .= " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; |
32 |
|
|
+ $OUT .= " require user admin\n"; |
33 |
|
|
} |
34 |
|
|
} |
35 |
|
|
Satisfy all |
36 |
|
|
@@ -36,12 +36,12 @@ |
37 |
|
|
if ($manager2 ne 'nologin') |
38 |
|
|
{ |
39 |
|
|
$OUT = " AuthType Basic\n"; |
40 |
|
|
- $OUT = " TKTAuthLoginURL /server-common/cgi-bin/login\n"; |
41 |
|
|
+ $OUT .= " TKTAuthLoginURL /server-common/cgi-bin/login\n"; |
42 |
|
|
my $ManagerTimeout = ${'httpd-admin'}{ManagerTimeout} || "30m"; |
43 |
|
|
- $OUT = " TKTAuthTimeout $ManagerTimeout\n"; |
44 |
|
|
- $OUT = " TKTAuthTimeoutRefresh 0.66 \n"; |
45 |
|
|
- $OUT = " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; |
46 |
|
|
- $OUT = " require user admin\n"; |
47 |
|
|
+ $OUT .= " TKTAuthTimeout $ManagerTimeout\n"; |
48 |
|
|
+ $OUT .= " TKTAuthTimeoutRefresh 0.66 \n"; |
49 |
|
|
+ $OUT .= " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; |
50 |
|
|
+ $OUT .= " require user admin\n"; |
51 |
|
|
} |
52 |
|
|
} |
53 |
|
|
Satisfy all |