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

--- Comment #14 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to