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 --- 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 +++ 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 @@ -0,0 +1,10 @@ + + +ScriptAlias /server-manager2/noframes /etc/e-smith/web/panels/manager2/cgi-bin/noframes +ScriptAlias /server-manager2/support /etc/e-smith/web/panels/manager2/cgi-bin/support +ScriptAlias /server-manager2/navigation /etc/e-smith/web/panels/manager2/cgi-bin/navigation + +# smeserver manager 2 panel +ScriptAlias /server-manager2/cgi-bin /etc/e-smith/web/panels/manager2/cgi-bin +Alias /server-manager2 /etc/e-smith/web/panels/manager2/html + 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 --- 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 +++ 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 @@ -14,12 +14,12 @@ if ($manager2 ne 'nologin') { $OUT = " AuthType Basic\n"; - $OUT = " TKTAuthLoginURL /server-common/cgi-bin/login\n"; + $OUT .= " TKTAuthLoginURL /server-common/cgi-bin/login\n"; my $ManagerTimeout = ${'httpd-admin'}{ManagerTimeout} || "30m"; - $OUT = " TKTAuthTimeout $ManagerTimeout\n"; - $OUT = " TKTAuthTimeoutRefresh 0.66 \n"; - $OUT = " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; - $OUT = " require user admin\n"; + $OUT .= " TKTAuthTimeout $ManagerTimeout\n"; + $OUT .= " TKTAuthTimeoutRefresh 0.66 \n"; + $OUT .= " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; + $OUT .= " require user admin\n"; } } Satisfy all @@ -36,12 +36,12 @@ if ($manager2 ne 'nologin') { $OUT = " AuthType Basic\n"; - $OUT = " TKTAuthLoginURL /server-common/cgi-bin/login\n"; + $OUT .= " TKTAuthLoginURL /server-common/cgi-bin/login\n"; my $ManagerTimeout = ${'httpd-admin'}{ManagerTimeout} || "30m"; - $OUT = " TKTAuthTimeout $ManagerTimeout\n"; - $OUT = " TKTAuthTimeoutRefresh 0.66 \n"; - $OUT = " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; - $OUT = " require user admin\n"; + $OUT .= " TKTAuthTimeout $ManagerTimeout\n"; + $OUT .= " TKTAuthTimeoutRefresh 0.66 \n"; + $OUT .= " TKTAuthUnauthURL /server-common/cgi-bin/logout\n"; + $OUT .= " require user admin\n"; } } Satisfy all