http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15218 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 45019 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45019&action=edit Bug 15218: (Plack) background-job-process.pl should be run in CGI mode This patch adds an entry to the plack-related apache configuration so the tools/background-job-process.pl is run in CGI mode. To test: - Follow the setup steps from bug 15032 - Add the line from this patch to /etc/koha/apache-shared-intranet-plack.conf (if you are on kohadevbox you should probably change the filesystem path to /home/vagrant/kohaclone/tools/background-job-process.pl) - Do the full import process of MARC data. => SUCCESS: It works as expected. - Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.