我可以为windows编写lighttpd插件吗?

时间:2014-03-18 20:08:07

标签: windows plugins lighttpd

我想写一个lighttpd插件,正如here所解释的那样。我使用lighty for Windows,使用来自here的预编译包。

看来要制作一个插件,我需要修改源代码并轻轻地重新编译。问题是,Windows项目不包含为Windows构建的源代码。它只包含最终的二进制文件。

这里有解决方案吗?或者我是否需要“重新发明轮子”并在Windows上自行编译原始的轻量级源码,如果我想能够为它制作一个插件?

1 个答案:

答案 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.
  1. Lighttpd 1.5 with mingw :需要svn(下载源),MinGW,CMake,FastCgi,OpenSSL。
  2. Cygwin Lighttpd with SSL :与lighttpd v1.4.20和Cygwin相关的一些旧内容。
  3. Unfortunately there is no VC build environment for lighttpd lately.
    But based on reference 1&2, You can build your own lighttpd plugin.