fastcgi
multi threaded FastCGI App
I want to write a FastCGI app which should handle multiple simultaneous requests using threads. I had a look at the threaded.c sample which comes with the SDK:[详细]
2023-03-01 17:42 分类:问答Nginx sends status 200 after PHP parse error
I\'ve configured nginx with php-fpm on Ubuntu (and everything works pretty well). One thing I encountered is that HTTP status code 200 is sent, when a PHP parse error occurs. The error log contains t[详细]
2023-02-28 05:07 分类:问答Accessing environment variable in a fastcgi application
I have writen a fastcGI application using C and C++ I have a free function that returns a string, if a specific environment variable has not been set. The function looks like this:[详细]
2023-02-28 01:10 分类:问答debugging a fastcgi application
I have deployed a fastcgi application on my server. When I try to run it开发者_开发技巧 on the server, it crashes (more of this later).[详细]
2023-02-27 06:02 分类:问答How do you set the status code in a fcgi program?
I\'m using C. H开发者_开发技巧ow do I, for example, send a 404 response?Include Status: 404 Not Found[详细]
2023-02-22 04:07 分类:问答How to Avoid CGI Timeout?
I have a PHP process which the user runs in the browser, but tends to take a fairly long time- upwards of 5 minutes. We just switched to a new server, and when we try to run the script now, it consist[详细]
2023-02-21 21:28 分类:问答FastCGI with protocol = Tcp on IIS 7
I have tried to use IIS 7 (as included in Windows 7) to test a FastCGI library 开发者_运维技巧I am currently developing.[详细]
2023-02-21 02:37 分类:问答How to make Python / Nginx / FastCGI automatically recompile code when it is updated/changed?
So I\'ve been working on my first Django / Python project and I got my production serve开发者_StackOverflowr up and running.I was wondering if it\'s possible to make Python/FastCGI (not really sure wh[详细]
2023-02-18 15:17 分类:问答FastCGI Haskell script to make use of Pandoc text conversion
1. Motivation I\'m writing my own mini-wiki. I want to be able to easily convert from markdown to LATEX/HTML and vice versa. After some searching I discovered Pandoc, which iswritten in Haskell and th[详细]
2023-02-18 02:33 分类:问答Understanding a bourne shell script
I came across a wrapper script to run php as fastcgi, could someone explain what is 开发者_运维知识库going on in the script?[详细]
2023-02-16 05:13 分类:问答