如何从 html 页面请求 FastCGI 应用程序?
我是快速 CGI 新手。我正在使用 Fedora 15、apache 服务器和带 perl 的 Fast CGI。
根据我的说法,这个概念类似于 fastCGI 进程将作为服务器进程运行。那么如何调用这个持续运行的过程呢。
我想要快速 CGI 程序,它将读取用户名和密码并响应成功或失败。
你能帮我解决这个问题吗?
如果我错了,请纠正我。
I am new to Fast CGI. I am using Fedora 15, apache server and Fast CGI with perl.
According to me the concept is something like the fastCGI process will be running as a server process. So how to invoke this continuously running process.
I want Fast CGI program which will read username and password and respond back as success or fail.
Can you please help me with this..
plz correct me if i m wrong..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看apache和fastcgi自带的例子
Look at the examples that come with apache and fastcgi