blob: ff71d4c604417afa43d2ea9592acbd60babdbc9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================================================================
$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>
===========================================================================
|