https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21250 --- Comment #12 from Oliver Behnke <oliver.behnke@aei.mpg.de> --- 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.