[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
Mon Aug 20 17:45:10 CEST 2018


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

--- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
We've also tested this line, but only with https:

RequestHeader set X_FORWARDED_PROTO "https" env=HTTPS

Maybe this could be a general solution?

https://httpd.apache.org/docs/2.4/mod/mod_headers.html#requestheader
The RequestHeader directive may be followed by an additional argument, which
may be any of: 
early Specifies early processing.     
env=[!]varname The directive is applied if and only if the environment variable
varname exists.        
A ! in front of varname reverses the test, so the directive applies only if
varname is unset.

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


More information about the Koha-bugs mailing list