/[smeserver]/rpms/e-smith-manager/sme9/e-smith-manager-2.4.0-newTKTsyntax.patch
ViewVC logotype

Diff of /rpms/e-smith-manager/sme9/e-smith-manager-2.4.0-newTKTsyntax.patch

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

Revision 1.1 by unnilennium, Mon Jun 13 08:25:26 2016 UTC Revision 1.2 by unnilennium, Mon Jun 13 15:12:07 2016 UTC
# Line 52  diff -Nur e-smith-manager-2.6.0.old/root Line 52  diff -Nur e-smith-manager-2.6.0.old/root
52  +       if ($port eq $sslPort)  +       if ($port eq $sslPort)
53  +       {  +       {
54  +            # mod_auth_tkt needs to know the protocol to write  307 redirection  +            # mod_auth_tkt needs to know the protocol to write  307 redirection
55  +           $OUT .= "    RequestHeader set X-Forwarded-Proto "https"\n";  +           $OUT .= "    RequestHeader set X-Forwarded-Proto \"https\"\n";
56  +       }  +       }
57           $OUT .= "    ProxyPass /$place http://127.0.0.1:${'httpd-admin'}{TCPPort}/$place\n";           $OUT .= "    ProxyPass /$place http://127.0.0.1:${'httpd-admin'}{TCPPort}/$place\n";
58           $OUT .= "    ProxyPassReverse /$place http://127.0.0.1:${'httpd-admin'}{TCPPort}/$place\n";           $OUT .= "    ProxyPassReverse /$place http://127.0.0.1:${'httpd-admin'}{TCPPort}/$place\n";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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