mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
more info on how xsendfile is detected
This commit is contained in:
parent
5678444a28
commit
5247508fab
|
@ -24,3 +24,13 @@ XSendFilePath /var/www/seeddms51x/data/
|
||||||
If the XSendFilePath is not set propperly, you will notice an error message
|
If the XSendFilePath is not set propperly, you will notice an error message
|
||||||
in your apache log file, probably telling you that the download file could not
|
in your apache log file, probably telling you that the download file could not
|
||||||
be found.
|
be found.
|
||||||
|
|
||||||
|
A positive side effect of xsendfile is support for content ranges which are
|
||||||
|
currently *not* supported by seeddms' Download and ViewOnline scripts. This is
|
||||||
|
especially usefull when previewing videos. Without content ranges it is not
|
||||||
|
possible to jump to certain time in the video.
|
||||||
|
|
||||||
|
In order to check if the xsendfile module is loaded, php uses apache_get_modules()
|
||||||
|
which is only available if php is loaded as an apache module. Running php in fpm
|
||||||
|
mode will prevent php from checking for xsendfile and consequently xsendfile support
|
||||||
|
will not be available.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user