https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18175 --- Comment #1 from Alex Sassmannshausen <alex.sassmannshausen@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.