I\'m trying to install the mod_xsendfile Apache Module on Windows (7) x64 (using Apache 2.2) -- yes I\'m doomed from the get-go, I know :-). Apparently there is :
a
I was able to load mod_xsendfile in my system. Here's my setup:
-Windows 7 Ultimate x64 -Apache/2.2.9 (installed via Xampp 1.6.7)
Basically, I just downloaded the module from here: http://www.apachelounge.com/download/mods/mod_xsendfile-0.9-w32.zip
...extracted it to the "modules" directory of apache, added "LoadModule xsendfile_module modules/mod_xsendfile.so" to httpd.conf, then restarted apache.
After this, I checked the loaded modules using phpinfo(), and mod_xsendfile is already available.