--- rpms/e-smith-manager/sme9/e-smith-manager-2.4.0-newTKTsyntax.patch 2016/06/13 08:25:26 1.1 +++ rpms/e-smith-manager/sme9/e-smith-manager-2.4.0-newTKTsyntax.patch 2016/06/13 15:12:07 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";