Univention Bugzilla – Attachment 6592 Details for
Bug 37518
incompatible setting of X-Forwarded-Proto in /etc/apache2/sites-available/univention-management-console
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tested patch
37518.patch (text/plain), 1.26 KB, created by
Florian Best
on 2015-01-12 12:58:40 CET
(
hide
)
Description:
tested patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-01-12 12:58:40 CET
Size:
1.26 KB
patch
obsolete
>diff --git a/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console b/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console >index c5906cf..c167309 100644 >--- a/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console >+++ b/ucs-4.0-0/management/univention-management-console-frontend/conffiles/etc/apache2/sites-available/univention-management-console >@@ -10,6 +10,7 @@ print 'ProxyPass /umcp/ http://%s:%s/ retry=0' % (interface, port) > print 'ProxyPassReverse /umcp/ http://%s:%s/' % (interface, port) > print 'ProxyTimeout %s' % int(configRegistry.get('umc/http/session/timeout', '300')) > @!@ >+<LocationMatch "^/(umcp|umc|univention-management-console)"> > RequestHeader set X-Forwarded-Proto %{HTTPS}s > > RedirectMatch ^/umc(/$|$) /univention-management-console/ >@@ -39,6 +40,7 @@ RewriteRule ^(/univention-management-console/js)_[^/]*/(.*) $1/$2 [R=301] > # fix for bug in cherrypy returnin 408/409 errors out of the blue: > # http://cherrypy.org/ticket/853 > SetEnv proxy-nokeepalive 1 >+</LocationMatch> > > <Directory /var/www/univention-management-console> > </Directory>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37518
: 6592