我想写一个lighttpd插件,正如here所解释的那样。我使用lighty for Windows,使用来自here的预编译包。
看来要制作一个插件,我需要修改源代码并轻轻地重新编译。问题是,Windows项目不包含为Windows构建的源代码。它只包含最终的二进制文件。
这里有解决方案吗?或者我是否需要“重新发明轮子”并在Windows上自行编译原始的轻量级源码,如果我想能够为它制作一个插件?
答案 0 :(得分:1)
For making a lighttpd plugin in Windows, You have to get a source and then compile through cygwin or mingw. Because @WLMP only service lighttpd binary file with other modules for windows.
Unfortunately there is no VC build environment for lighttpd lately. But based on reference 1&2, You can build your own lighttpd plugin.