« Previous | Next » 

Revision 1097

Added by darix over 4 years ago

Added support for X-Sendfile as addition to X-LIGHTTPD-send-file.
This allows compatibility with mod_xsendfile for apache
(http://celebnamer.celebworld.ws/stuff/mod_xsendfile/)

  • src/response.c:
    (http_response_write_header):filter out the X-Sendfile header
  • src/mod_fastcgi.c:
    (fcgi_demux_response): handle X-Sendfile
  • tests/fcgi-responder.c tests/mod-fastcgi.t:
    (main): added 3 test cases for the x-sendfile feature
  • tests/fastcgi-responder.conf:
    (fastcgi.server): added "allow-x-send-file"
  • doc/fastcgi.txt:
    added new header in the documentation of "allow-x-send-file"
  • NEWS:
    addded note about support for mod_xsendfile.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences