[Koha-bugs] [Bug 18175] Makefile sets koha-httpd api path incorrectly for standard installs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 27 12:45:16 CET 2017


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

--- Comment #1 from Alex Sassmannshausen <alex.sassmannshausen at ptfs-europe.com> ---
Created attachment 60700
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60700&action=edit
Bug 18175: Use Makefile variable for api path.

* etc/koha-httpd.conf: Use __API_CGI_DIR__ instead of
  %{DOCUMENT_ROOT}/../api.

Test plan:

Confirming the problem:
- Do a standard install of Koha
- Test any REST API route.
- The route will error out.

Confirming the resolution:
- Apply this patch.
- Do a standard install of Koha
- Test any REST API route.
- The route will work.

Confirming no regression:
- Apply this patch.
- Do a dev install of Koha
- Test any REST API route.
- The route will work.

-- 
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