
  March 30, 2012 
                                  Apache Haus Distribution 
                        
  Application:       Mod xsendfile 0.12 for Apache 2.4.x x64
  Distribution File: mod_xsendfile-0.12-2.4.x-x64.zip 
 
  Original source by: Nils Maier <maierman@web.de>
  Original Home:      https://tn123.org/mod_xsendfile/
  
  Win64 binary by: Gregg
  Mail:            info@apachehaus.com 
  Home:            http://www.apachehaus.com 

  ** This build for Apache 2.4.x only! **

 Supported Windows Versions:
  Windows XP 64 bit
  Windows Server 2003 64 bit
  Windows Vista 64 bit
  Windows 7 64bit
  Windows server 2008 64 bit
  Windows Server 2008 R2

 NOTES:

  The module is built with Visual Studio 2008 SP1, be sure to install the 
  new Visual C++ 2008 SP1 Redistributable Package, download from;

  http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BA9257CA-337F-4B40-8C14-157CFDFFEE4E


  INTRODUCTION 

  mod_xsendfile is a small Apache2 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.
  
  INSTALL

  Copy mod_xsendfile.so to your Apache 2.4.x modules folder
  .../apache24/modules/mod_xsendfile.so

  USAGE:
  
  LoadModule log_rotate_module modules/mod_xsendfile.so
  
  CONFIGURATION DIRECTIVES: 

  see the docs/mod_xsendfile.html in the zip file
  
  AVAILABILITY
  
  mod_xsendfile.c source code is available under the Apache License Version 2.0
  at https://tn123.org/mod_xsendfile/mod_xsendfile.c

