===========================================================================
$NetBSD: MESSAGE,v 1.1 2013/09/13 11:45:26 fhajny Exp $

To enable this module, add something like the following lines to
your Apache server configuration file:

  LoadModule xsendfile_module lib/httpd/mod_xsendfile.so

  <IfModule mod_xsendfile.c>
    XSendFile on
  </IfModule>

===========================================================================
