After reading the docs I'm still not sure where the .htaccess file
goes and if this is where I add the flags:
XSendFileAllowAbove on|off
XSendFile on|off
when I installed the module I got this error:
chmod 644 /usr/lib/apache2/modules/mod_xsendfile.so
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf
file..
apxs:Error: At least one `LoadModule' directive already has to exist..
In /etc/apache2/httpd.conf - I tried adding LoadModule mod_xsendfile /
usr/lib/apache2/modules/mod_xsendfile.so
AND
LoadModule xsendfile /usr/lib/apache2/modules/mod_xsendfile.so
which just gave me errors upon reload. Do I just add those flags
to .htaccess and place that in the location where the downloadable
files will be served from?
Sorry for any idiotic questions,
J