X-Sendfile support for fetch.php
This patch enables the use of the X-Sendfile extension offered by certain webservers to deliver static files after running a dynamic script. This combines the flexibility of a PHP file to check for authorization, caching and resizing with the low memory footprint and high performance of static file delivery of the webserver. See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz
Showing
- conf/dokuwiki.php 1 addition, 0 deletionsconf/dokuwiki.php
- lib/exe/fetch.php 14 additions, 2 deletionslib/exe/fetch.php
- lib/plugins/config/lang/en/lang.php 5 additions, 0 deletionslib/plugins/config/lang/en/lang.php
- lib/plugins/config/settings/config.metadata.php 1 addition, 0 deletionslib/plugins/config/settings/config.metadata.php
Please register or sign in to comment