mod_xsendfile for Win x64?

后端 未结 3 1328
花落未央
花落未央 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:44

    I'm the author of mod_xsendfile.

    I provide win32 binaries only as a courtesy. I still recommend you build yourself from the source. That way you can be sure the binary isn't tampered with, not even by me :p

    There are currently no official Win64 Apache2 (or 2.2) builds from the Apache Foundation. Since I test my builds against the official binaries I cannot be sure the binaries will work once the foundation releases official Win64 binaries. Hence no Win64 builds from me

    Building from the source is pretty much straight-forward if you aren't novice to (in the Windows case) Visual Studio. The binaries ZIP and/or my github repo contain project files you may import into your Apache solution. I was told even the free Visual Studio Express should be enough to do working builds. The thing is open source. Should there be unanticipated portability problems, I welcome patches ;)

    As a last resort you can still run the official Win32 apache + mod_xsendfile on a Win64 box.

提交回复
热议问题