[Koha-bugs] [Bug 19799] Changing language on OPAC redirects back to homepage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 21 17:38:47 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19799

--- Comment #18 from Ulrich Kleiber <ulrich.kleiber at bsz-bw.de> ---
Tomás, I think the mod_rewrite module is responsible for the setting of
'SSLOptions +StdEnvVars'. It is required for the RewriteCond Directive.

https://httpd.apache.org/docs/current/mod/mod_rewrite.html
...These variables are available even without setting the StdEnvVars option of
the SSLOptions directive...

Using 'RequestHeader set X_FORWARDED_PROTO "https" env=HTTPS' with Koha
shoudln't be a problem.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list