Tagged Questions
FastCGI is a protocol for interfacing interactive programs with a web server. FastCGI is a variation on the earlier Common Gateway Interface (CGI); FastCGI's main aim is to reduce the overhead associated with interfacing the web server and CGI programs, allowing a server to handle more web page requests at once.
51
votes
1answer
40k views
How do I prevent a Gateway Timeout with Nginx
I am running Django, FastCGI, and Nginx. I am creating an api of sorts that where someone can send some data via XML which I will process and then return some status codes for each node that was sent ...
22
votes
2answers
2k views
Web gateway interfaces in Python 3
I've finally concluded that I can no longer afford to just hope the ongoing Py3k/WSGI disasterissues will be resolved anytime soon, so I need to get ready to move on.
Unfortunately, my available ...
15
votes
7answers
4k views
Running Django with FastCGI or with mod_python
which would you recommend?
which is faster, reliable?
apache mod_python or nginx/lighttpd FastCGI?
13
votes
13answers
6k views
FastCGI C++ vs. A Script Language (PHP/Python/Perl)
What are the ups and downs of using FastCGI C++ vs. PHP/Python/Perl to do the same job.
Any performance or design pitfalls or using one over the other? Even your opinions are welcome. (Tell me why ...
11
votes
1answer
3k views
Deploying Django (fastcgi, apache mod_wsgi, uwsgi, gunicorn)
Can someone explain the difference between apache mod_wsgi in daemon mode and django fastcgi in threaded mode. They both use threads for concurrency I think.
Supposing that I'm using nginx as front ...
11
votes
3answers
12k views
Apache vs. IIS PHP performance comparison
Does anyone know of any links to realistic performance comparisons of IIS vs. Apache for PHP hosting?
I am looking to utilise existing infrastructure for a change of technologies from .NET to a PHP ...
9
votes
3answers
441 views
PSGI, What is it, whats the fuxx about?
I have been trying to decide if my web project is a candidate for implementing usage of PSGI, but i dont really see what good it would do for my application at this stage.
I dont really understand ...
8
votes
4answers
201 views
How to use PHP script for access control in Apache
I am looking for a way to use a PHP script to control access to resources in Apache. I want to have access control that does not depend on the target resource; i.e. it will work for html, files, other ...
8
votes
2answers
277 views
Using FastCGI applications from within a C# app
I'm developing a small webserver in C# as part of a larger project (the nature of the project prevents me from using something like apache nginx, which would be my first choice).
The webserver needs ...
8
votes
1answer
786 views
How do I get killed using Perl FCGI?
I'm having a little problem with nginx and the Perl FCGI module. I have a long operation in my FCGI program that may outlive the server (or the user on the server) on the other end of the Unix socket ...
7
votes
1answer
444 views
Is FastCGI still a right answer?
FastCGI is old but it still seems like it must be the right answer in some cases.
It seems like the preferred deployment of Perl/Catalyst web applications is with FastCGI.
FastCGI was popular with ...
7
votes
5answers
1k views
Recommendations (and Differences) between different Ruby on Rails Production Web Servers
Very soon I plan on deploying my first Ruby on Rails application to a production environment and I've even picked a webhost with all the managed server and Capistrano goodness you'd expect from a RoR ...
7
votes
3answers
12k views
How to share APC cache between several PHP processes when running under FastCGI?
I'm currently running several copies of PHP/FastCGI, with APC enabled (under Apache+mod_fastcgi, if that matters). Can I share cache between the processes? How can I check if it's shared already? ...
6
votes
1answer
83 views
PHP Syntax checking pre-source control
Referring to Is there a static code analyzer [like Lint] for PHP files? -- I am looking at how to assess the content of PHP files before they are committed by developers. Whichever solution(s) are ...
6
votes
1answer
91 views
How does PHP as a CGI handle memory?
When running PHP with Apache I know that the php core and all libraries are loaded for each request. However, with PHP CGI, FastCGI, or using PHP-FPM the php process persists for generally 500-1000 ...
6
votes
2answers
617 views
Installing RoR on Windows IIS 7.5 using FastCGI and Url Rewrite
I'm trying to get RoR 3 installed on my Windows 7 Installation with IIS 7.5 using FastCGI.
So far, I have gotten Ruby on Rails installed and it works using 'rails server' and I can see the site on ...
6
votes
3answers
1k views
nginx/apache/php vs nginx/php
I currently have one server with nginx that reverse_proxy to apache (same server) for processing php requests. I'm wondering if I drop apache so I'd run nginx/fastcgi to php if I'd see any sort of ...
6
votes
2answers
1k views
nginx and Perl: FastCGI vs reverse proxy (PSGI/Starman)
A very popular choice for running Perl web applications these days seems to be behind a nginx webserver proxying requests to either a FastCGI daemon or a PSGI enabled webserver (e.g. Starman).
There ...
6
votes
2answers
4k views
Apache's mod_php OR FastCGI? Which is good for Wordpress?
I have basic idea about running PHP in different configurations like mod_php, cgi, FastCGI, etc.
In my findings and test I found FastCGI is slightly better. I like FastCGI's support for SuEXEC most. ...
6
votes
3answers
1k views
How do I refactor Perl code that uses Template Toolkit with DBI to take advantage of FastCGI?
Background
Below is a typical piece of Perl code (sample.pl for the sake of discussion) that grabs submitted form data using CGI, passes the form data to DBI which will then retrieve the required ...
6
votes
4answers
2k views
nginx + FastCGI for django application---run two webservers or one?
I'm about to deploy a Django application on a nginx web server, and want to make sure I'm building the system correctly.
It seems to be common wisdom that if you are deploying Django on an apache ...
6
votes
5answers
4k views
Deploying Django at Dreamhost
I'm trying to get the Poll tutorial working at my Dreamhost account (I don't have any prior experience of deploying Django). I downloaded the script I found here ...
6
votes
11answers
2k views
Django + FastCGI - randomly raising OperationalError
I'm running a Django application. Had it under Apache + mod_python before, and it was all OK. Switched to Lighttpd + FastCGI. Now I randomly get the following exception (neither the place nor the time ...
6
votes
3answers
2k views
django,fastcgi: how to manage a long running process?
I have inherited a django+fastcgi application which needs to be modified to perform a lengthy computation (up to half an hour or more). What I want to do is run the computation in the background and ...
5
votes
3answers
239 views
Why is FastCGI fast? [closed]
FastCGI provides a way to improve the
performance of the thousands of Perl
applications that have been written
for the Web. -Source
and how does it do that?
5
votes
1answer
610 views
How to configure Perl/FCGI (FastCGI) with IIS 7.5?
I'm trying to get Perl/FastCGI (FCGI) running with IIS 7.5. The version of C:\Windows\System32\inetsrv\iisfcgi.dll is 7.5.7601.17514. Here's my web.config and my Perl script:
D:\MiLu\Dev :: more /t1 ...
5
votes
1answer
317 views
CGI::Session sharing sessions between clients!
When I tried this:
while (my $cgi = new CGI::Fast) {
...
my $session = CGI::Session->new(undef, $cgi);
...
}
I discovered that different clients were getting the same session! What ...
5
votes
2answers
484 views
What does “Maximal count of pending signals (120) exceeded” mean?
My Perl web-app, running under Apache mod_fastcgi, frequently gets errors like the
following:
Maximal count of pending signals (120) exceeded at line 119.
I've seen this happen in relation to ...
5
votes
4answers
1k views
How does FastCGI work on a web server (eg. Apache 2.2+)?
I had a look at the sources of FastCGI (fcgi-2.4.0) and actually there's no sign of fork.
If I'm correct the web server spwans a process for FastCGI module (compiled in it or loaded as a SO/DLL) and ...
5
votes
3answers
5k views
How can I run Perl scripts using FastCGI on Nginx?
So I am following this guide: http://technotes.1000lines.net/?p=23 and I am going through the steps. I have a VPN (slicehost.com) with Debian Etch, serving a website (static so far) with nginx. I used ...
4
votes
1answer
61 views
Why do web frameworks serve via FastCGI/SCGI, rather than HTTP?
Major web frameworks (such as Django, Pyramid, Rails, etc) are often run as persistent servers, with a separate web server like nginx serving as a frontend. The web server connects via a protocol like ...
4
votes
1answer
257 views
Example for several (fastcgi/uwsgi/scgi/proxy_pass) Mojolicious apps in the same nginx virtual host?
I have some Mojolicious-based apps which happily run under Apache2 with mod_cgi and mod_fastcgi.
The urls are for example:
http://example.org/oneapp/path/info?foo=bar
...
4
votes
1answer
320 views
FastCGI, SCGI,
I'm writing a web server in C, and I need to figure out a way to use CGI to execute dynamic content server-side.
I'm looking at the FastCGI protocol and it looks annoying. It reminds me of the bit ...
4
votes
2answers
894 views
fcgio.cpp:50: error: 'EOF' was not declared in this scope
I am attempting to build fastcgi on a Linux Ubuntu 10.x machine.
I run the following commands:
./configure
make
and I get the following error:
fcgio.cpp: In destructor 'virtual ...
4
votes
1answer
451 views
lighttpd + perl + mojolicious =?
Does mojolicious working under the lighttpd web-server? How to cofigure? Does I need setup the FastCGI? It's my first usage of lighttpd.
4
votes
1answer
2k views
Differences and uses between WSGI, CGI, FastCGI, and mod_python in regards to Python?
I'm just wondering what the differences and advantages are for the different CGI's out there. Which one would be best for python scripts, and how would I tell the script what to use?
Thanks!
4
votes
2answers
558 views
Deploying django under a sub-URL with Nginx/Fastcgi
I can't for the life of me figure out how to deploy a django site under a non-root location with Nginx/fastcgi, e.g. http://localhost:8080/myproject/ instead of http://localhost:8080/; all the ...
4
votes
3answers
207 views
Is there a .NET FastCGI library?
I'm developing a small server that is supposed to interface via http. As I want it to be usable with different mature http servers, I have chosen FastCGI as the common interface.
Now I can't find a ...
4
votes
5answers
1k views
PHP: Coding long-running scripts when servers impose an execution time limit
FastCGI servers, for example, impose an execution time limit on PHP scripts which cannot be altered using set_time_limit() in PHP. IIS does this too I believe.
I wrote an import script for a PHP ...
4
votes
2answers
1k views
PHP running as a FastCGI application (php-cgi) - how to issue concurrent requests?
EDIT: Update - scroll down
EDIT 2: Update - problem solved
Some background information:
I'm writing my own webserver in Java and a couple of days ago I asked on SO how exactly Apache interfaces with ...
4
votes
4answers
1k views
PHP and Django: Nginx, FastCGI and Green Unicorn?
I'm curious... I'm looking to have a really efficient setup for my slice for a client. I'm not an expert with servers and so am looking for good solid resources to help me set this up... It's been ...
4
votes
2answers
3k views
Deploying Django at alwaysdata.com
i new on django i tried this but i cant deploy. how can i do
#!/usr/bin/python
import sys
import os
base = os.path.dirname(os.path.abspath(__file__)) + '/..'
sys.path.append(base)
...
4
votes
3answers
817 views
fastcgi, cherrypy, and python
So I'm trying to do more web development in python, and I've picked cherrypy, hosted by lighttpd w/ fastcgi. But my question is a very basic one: why do I need to restart lighttpd (or apache) every ...
4
votes
6answers
2k views
FastCGI for C++
I've found only two FastCGI libraries for C++. There's the "official" one, and fastcgi++. How is either one better than the other? Do any others exist?
4
votes
4answers
11k views
Drupal + Nginx + Php-cgi : 502 Bad Gateway error
We are running Drupal 5.x on Nginx with php-fastcgi.
Things were working fine for a while. All of a sudden, we (users) are running into 502 Bad Gateway error.
Restarting PHP-cgi, nginx.. rebooting ...
4
votes
5answers
4k views
How to know for sure if FastCGI is being used to run php scripts
I have a hosted site and I'm having trouble configuring Joomla (running Joomla + php + mySQL on IIS7 + win server 2008). I have a similar configuration running on a local machine (Joomla + php + mySQL ...
4
votes
4answers
5k views
Why does my simple fastCGI Perl script fail?
I'm not of the Perl world, so some of this is new to me. I'm running Ubuntu Hardy LTS with apache2 and mod_fcgid packages installed. I'd like to get MT4 running under fcgid rather than mod-cgi (it ...
4
votes
1answer
1k views
Perl & mod_fcgid- how can I be sure it's working?
I have a couple Perl scripts I'm taking public soon, and I want to make sure they'll run under mod fcgid in order to keep the server load as low as possible. Previously, I've only ever run scripts ...
3
votes
1answer
89 views
PHP53_via_FastCGI error 0xc0000005 in Windows Azure WebRole
I don't why, but after 6h of searching the bug, I can't identify it.
It appear somewhere deep in the framework code when tring to include a dynamic file path.
When I try to do the exctly same include ...
3
votes
2answers
101 views
Test if X-Sendfile header is working
I am looking for a way to confirm if X-Sendfile is properly handling requests handed back to the webserver by a script (PHP). Images are being served correctly but I thought I would see the header in ...