logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_xsendfile 1.0 available
Author
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Fri 17 Feb '12 22:43    Post subject: mod_xsendfile 1.0 available Reply with quote

Module mod_xsendfile is now available for 2.4.

Includes the fix at https://github.com/nmaier/mod_xsendfile/issues/8 , it fixes the famous " (70008) Partial results..." error.


What is mod_xsendfile ?

mod_xsendfile is a module that processes X-SENDFILE headers registered by the original output handler.

If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured.

It is useful for processing script-output of e.g. php, perl or any cgi.

Steffen


Last edited by Steffen on Tue 08 Nov '22 13:30; edited 1 time in total
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Sun 11 Jun '17 12:03    Post subject: Reply with quote

VC15 added
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Mon 17 Jun '19 14:47    Post subject: Reply with quote

VS16 added
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 08 Nov '22 13:19    Post subject: Reply with quote

Available now for VS17
Back to top


Reply to topic   Topic: mod_xsendfile 1.0 available View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules