mod_xsendfile for Win x64?

后端 未结 3 1318
花落未央
花落未央 2021-01-05 11:16

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

3条回答
  •  没有蜡笔的小新
    2021-01-05 11:41

    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.

提交回复
热议问题