https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19799 --- Comment #19 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Ulrich Kleiber from comment #18)
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.
Awesome, Uli. I propose we file a new bug for setting what you propose, and we keep this one for Marcel's enhancement which is still a nice improvement. -- You are receiving this mail because: You are watching all bug changes.