Bug #8416
Digital object serving controller is Nginx-only compatible
Status: | Verified | Start date: | 05/08/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | Digital Content Management | Estimated time: | 4.00 hours | |
Target version: | Release 2.2.0 | |||
Google Code Legacy ID: | Tested version: | 2.2 | ||
Sponsored: | No | Requires documentation: |
Description
It's using X-Accel-Redirect.
Apache's solution uses the header X-Sendfile, but we have no code in place for Apache servers.
See the code: apps/qubit/modules/digitalobject/actions/viewAction.class.php.
The challenge is to identify the web server. We could use $_SERVER["SERVER_SOFTWARE"], but it may not work as expected in all the scenarios. We could support edge cases with an extra admin setting.
History
#1 Updated by Jesús García Crespo about 7 years ago
- Status changed from New to QA/Review
#2 Updated by Jesús García Crespo about 7 years ago
- Assignee changed from Jesús García Crespo to Dan Gillean
#3 Updated by Dan Gillean about 7 years ago
- Status changed from QA/Review to Verified
#4 Updated by Dan Gillean almost 7 years ago
- Requires documentation deleted (
Yes)