View | Details | Raw Unified | Return to bug 13799
Collapse All | Expand All

(-)a/etc/koha-httpd.conf (-1 / +6 lines)
Lines 119-124 Link Here
119
       Options +ExecCGI +FollowSymlinks
119
       Options +ExecCGI +FollowSymlinks
120
       AddHandler cgi-script .pl
120
       AddHandler cgi-script .pl
121
121
122
       SetEnv MOJO_MODE "production"
123
122
       RewriteEngine On
124
       RewriteEngine On
123
       RewriteBase /api/
125
       RewriteBase /api/
124
       RewriteCond %{REQUEST_FILENAME} !-f
126
       RewriteCond %{REQUEST_FILENAME} !-f
Lines 236-241 Link Here
236
       Options +ExecCGI +FollowSymlinks
238
       Options +ExecCGI +FollowSymlinks
237
       AddHandler cgi-script .pl
239
       AddHandler cgi-script .pl
238
240
241
       SetEnv MOJO_MODE "production"
242
239
       RewriteEngine On
243
       RewriteEngine On
240
       RewriteBase /api/
244
       RewriteBase /api/
241
       RewriteCond %{REQUEST_FILENAME} !-f
245
       RewriteCond %{REQUEST_FILENAME} !-f
Lines 261-266 Link Here
261
#      Options +ExecCGI +FollowSymlinks
265
#      Options +ExecCGI +FollowSymlinks
262
#      AddHandler cgi-script .pl
266
#      AddHandler cgi-script .pl
263
#
267
#
268
#      SetEnv MOJO_MODE "production"
269
#
264
#      RewriteEngine on
270
#      RewriteEngine on
265
#
271
#
266
#      RewriteRule ^api/(.*) $1 [L]
272
#      RewriteRule ^api/(.*) $1 [L]
267
- 

Return to bug 13799