--- rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-newTKTsyntax.patch 2016/06/13 09:32:06 1.1 +++ rpms/e-smith-manager/sme10/e-smith-manager-2.8.0-newTKTsyntax.patch 2016/06/13 15:13:37 1.2 @@ -52,7 +52,7 @@ diff -Nur e-smith-manager-2.6.0.old/root + if ($port eq $sslPort) + { + # mod_auth_tkt needs to know the protocol to write 307 redirection -+ $OUT .= " RequestHeader set X-Forwarded-Proto "https"\n"; ++ $OUT .= " RequestHeader set X-Forwarded-Proto \"https\"\n"; + } $OUT .= " ProxyPass /$place http://127.0.0.1:${'httpd-admin'}{TCPPort}/$place\n"; $OUT .= " ProxyPassReverse /$place http://127.0.0.1:${'httpd-admin'}{TCPPort}/$place\n";