[Koha-bugs] [Bug 21250] Auto-self-checkout not fully compatible with two-branch library setup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 11 07:43:57 CEST 2018


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

--- Comment #13 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Oliver Behnke from comment #12)
> You could add "See also" refs to the Apache docs covering the expression I
> used: 
> 
> https://httpd.apache.org/docs/2.4/mod/core.html#if
> https://httpd.apache.org/docs/2.4/expr.html
> 
> Also, could you please add the following in-line comments about Plack
> integration, which is, AFAIK, optional. I also changed the user/pw
> placeholders to match the existing wiki examples.
> 
> <If "-R 'CLIENT_OR_NET_IP_HERE'">
>   # Koha without Plack
>   SetEnv OVERRIDE_SYSPREF_AutoSelfCheckID "xyz"
>   SetEnv OVERRIDE_SYSPREF_AutoSelfCheckPass "abc"
> 
>   # Koha with Plack
>   # (commas must be escaped with '\')
>   RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_AutoSelfCheckID xyz"
>   RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_AutoSelfCheckPass abc"
> </If>
> 
> HTH

Hi Oliver, I didn't get to it yet. If you want, please feel free to edit the
wikipage yourself! Account creation is moderated, so it might take a little bit
to go through, but it's only an anti-spam measure and everyone is invited to
contribute.

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


More information about the Koha-bugs mailing list