@@ -, +, @@ --- etc/koha-httpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) --- a/etc/koha-httpd.conf +++ a/etc/koha-httpd.conf @@ -119,6 +119,8 @@ Options +ExecCGI +FollowSymlinks AddHandler cgi-script .pl + SetEnv MOJO_MODE "production" + RewriteEngine On RewriteBase /api/ RewriteCond %{REQUEST_FILENAME} !-f @@ -236,6 +238,8 @@ Options +ExecCGI +FollowSymlinks AddHandler cgi-script .pl + SetEnv MOJO_MODE "production" + RewriteEngine On RewriteBase /api/ RewriteCond %{REQUEST_FILENAME} !-f @@ -261,6 +265,8 @@ # Options +ExecCGI +FollowSymlinks # AddHandler cgi-script .pl # +# SetEnv MOJO_MODE "production" +# # RewriteEngine on # # RewriteRule ^api/(.*) $1 [L] --