Top "Fastcgi" questions

FastCGI is an optimized implementation of the CGI interface that aims to reduce the processing overhead for each CGI request on a webserver.

How to display PHP errors when using Lighttpd and Fast-CGI?

I'm running a Lighttpd webserver using FastCGI and the webserver does not output PHP Parse Errors. My php.ini file …

php syntax-error runtime-error fastcgi lighttpd
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 …

python django deployment fastcgi mod-wsgi
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 …

php concurrency fastcgi
FastCGI WSGI library in Python 3?

Does there exist any library that can serve a WSGI application as a FastCGI server, for Python 3? (So that nginx …

python python-3.x fastcgi wsgi
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 …

apache nginx fastcgi
HHVM with Nginx fastcgi not working properly

I would like to use HHVM via Nginx. (Ubuntu 12.04.2 LTS, PHP 5.3.10) I've followed the steps mentioned here: http://www.hhvm.…

nginx fastcgi hhvm
Nginx: Override host header when using fastcgi_pass

I'm trying to override the http host header that is passed to my php-based application (specifically Phabricator) when using fastcgi_…

php nginx fastcgi phabricator hostheader