Windows 和 Lighttpd 上的 FastCGI

发布于 2024-07-17 04:14:07 字数 291 浏览 5 评论 0原文

我正在寻求使我的 CGI 论坛软件 FastCGI 兼容。 论坛软件由一些用 C 和 x86 汇编语言编写的 dll 和 .exe (.cgi) 文件组成。 我还有一个 SQlite3 数据库。

Lighttpd 将所有这些 cgi 脚本作为子进程运行,我经常说整个事情运行得非常好。

但我想尝试一下 FastCGI。 然而,示例很差,文档也很差,而且它看起来确实是为 Linux 设计的。 有人让 FastCGI 在 Windows 上运行吗? 如果有人有代码示例和lighttpd配置行,我将非常感激。

I'm looking to make my CGI forum software FastCGI compatible.
The forum software consists of a few dlls and .exe (.cgi) files written in C and x86 assembly language. I also have a SQlite3 database.

Lighttpd runs all these cgi scripts as child processes and I much say that the whole thing works pretty damn well.

But I want to experiment with FastCGI. However, the examples are poor, the documentation is poor, and it really looks like it's made for Linux in mind. Did someone get FastCGI working on Windows? If someone has a code example around, and the lighttpd configuration lines, I would be really grateful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一页 2024-07-24 04:14:07

我在 Windows 上用 fastcgi 做了一些工作。 最重要的是它不是很有趣 - 你是 100% 正确的,没有很多示例,而且文档很差。 但是,我所帮助的开发人员与编写 iis 和 fastcgi 规范的人取得了联系,并且能够让他的软件运行起来。 一些改变正在进行中,以提供帮助。 这是一些信息的链接:

http://blogs.iis.net/ksingla/archive/2009/04/20/fastcgi-isapi-1-5-beta-for-winxp-and-win2k3.aspx< /a>

我应该补充一点,与我一起工作的人在 libfcgi.dll 方面遇到了很多问题,以至于他最终重写了它(请参阅上面链接的文章中对 libfcgi2.dll 的引用。)

最好的问候,
大学教师

i've done some work with fastcgi on windows. bottom line is its not a lot of fun - you are 100% correct that there aren't a lot of sample and it the documentation is poor. but, the developer who i was helping on this was in contact with the guys who write iis and the fastcgi spec and was able to get his software to work. some changes are in the works to help. here is a link to some information:

http://blogs.iis.net/ksingla/archive/2009/04/20/fastcgi-isapi-1-5-beta-for-winxp-and-win2k3.aspx

i should add that the guy i was working with had so many problems with libfcgi.dll that he ended up rewriting it (see the reference to libfcgi2.dll in the article linked above.)

best regards,
don

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文