[Koha-bugs] [Bug 15005] (Plack) Use of SCRIPT_NAME makes Koha generate wrong URIs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 14 14:56:00 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15005

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Breaking news:

Add this line to /etc/koha/sites/kohadev/plack.psgi
  enable "ReverseProxyPath";

And this one to /etc/koha/apache-shared-intranet-plack.conf
  RequestHeader set "X-Forwarded-Script-Name" /cgi-bin/koha

fix the $ENV{SCRIPT_NAME}!

($cgi->url still does not work)

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


More information about the Koha-bugs mailing list