 
  March 30, 2012 
                                  Apache Haus Distribution 
                        
  Application:       Mod xsendfile 0.12 for Apache 2.4.x
  Distribution File: mod_xsendfile-0.12-2.4.x-x86.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
  Windows Server 2003
  Windows Vista
  Windows Server 2008
  Windows 7

 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=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2


  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_log_rotate.c source code is available under the Apache License Version 2.0
  at https://tn123.org/mod_xsendfile/mod_xsendfile.c

