You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf

21 lines
451 B

<IfDefine XSENDFILE>
LoadModule xsendfile_module modules/mod_xsendfile.so
# Enables or disables header processing
# XSendFile on|off
XSendFile on
# Ignore script provided Etag headers
# XSendFileIgnoreEtag on|off
#
# Ignore script provided LastModified headers
# XSendFileIgnoreLastModified on|off
#
# White-list more paths
# XSendFilePath absolute path
#
# XSendFilePath /var/infiniband_mount/shared/LUN1/
#
</IfDefine>
# vim: ts=4 filetype=apache