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 ...

learn more… | top users | synonyms

-2
votes
0answers
6 views

Would CakePHP run faster than PHP 5.3 on an IIS 6 server running SQL Server 2005?

Would CakePHP run faster than PHP 5.3 on an IIS 6 server running SQL Server 2005? FastCGI seems to hang quite a bit on me right now.
0
votes
1answer
33 views

nginx endless redirection (not the SSL bug)

EDIT: The Problem is, and I can not figure it out exactly is that I use a subdomain, I tried just using my TLD (pure) my.de for the config and voila it worked out of the box. Anyone ideas on how to ...
0
votes
1answer
17 views

PHP parse part of script in separate server

I'm looking forward to use a structure something like the one proposed by Amazon (http://media.amazonwebservices.com/architecturecenter/AWS_ac_ra_web_01.pdf). I have an application that have several ...
0
votes
1answer
38 views

500 Internal Server Error - Error logs do not show anything significant

First of all, thank you for your time in reading this :) I am managing a server which runs apache2 and mod_fcgi which host a few sites via Virtual Hosts. Some sites are straight PHP, the others are ...
1
vote
0answers
48 views

Django not writing errors to log files in production

So i am trying do deply my django app + nginx (fastcgi). I am trying to write all my normal django output (that i usually get when developing the app) but in production since i dont see the output, i ...
0
votes
0answers
6 views

Running php with FastCGI under a single virtual host, and mod_php for all others?

I have some php scripts that need to run as another user than the apache user. In order to this, the scripts need to be run using FastCGI My plan is to use FastCGI in only a single virtual host. Is ...
0
votes
0answers
24 views

Server side only multiplayer turn based game engine [closed]

I'm developing a turn-based game for 2-4 players with very small amount of needed client and server side requests/respones. Basic requests for clients would be: a) ...
0
votes
1answer
32 views

nginx / FastCGI application loads page multiple times per request

I was following this tutorial, and I modified the code slightly and added a counter to it. The page displays "Hello World" and then displays the counter. Now, the weird thing is, the code compiles ...
2
votes
0answers
46 views

FastCGI - multithreaded application - IIS

I'm trying to find a proper way to connect an own application to IIS over FastCGI. There's official FastCGI specification and quite old library on fastcgi.com site. There are also some interesting ...
0
votes
0answers
28 views

What would cause fastcgi_finish_request to take several seconds to execute?

I have run into a rather strange issue with a particular part of a large PHP application. The portion of the application in question loads data from MySQL (mostly integer data) and builds a JSON ...
1
vote
1answer
24 views

Communication with php fastcgi socket from ruby

I wish to check correct php fastcgi operation from a ruby script. Do do that, I just wanted to send a simple PHP script to the socket and check for the correct return value. Now, I am new to both ...
0
votes
2answers
63 views

Perl fast matrix multiply

I have implemented the following statistical computation in perl http://en.wikipedia.org/wiki/Fisher_information. The results are correct. I know this because I have 100's of test cases that match ...
0
votes
1answer
12 views

Using flush on apache as cgi

I was using PHP as CGI on an apache webserver. Back then I was writing to text files using scripts. But flush() did not work. To make flush() work I changed to php as "apache module". Now flush ...
0
votes
1answer
65 views

nginx + fast-cgi - how to make phpmyadmin work

i've configured my nginx server + php. everything works fine, except phpmyadmin. i googled a lot and found some alias tricks, but they didn't work to me. lets see that works great location ...
0
votes
1answer
30 views

how to purge nginx cache which vary by user agent

a page has tow cache. one for pc web browser, another for mobile browser. nginx can do this perfect. follow is part of nginx conf content: map $http_user_agent $device_type { default 'pc'; ...
0
votes
0answers
38 views

WSGIServer: missing FastCGI param

I'm currently trying to set up my first homepage using Django and have encountered some problems. The server I've got my project on is running Django in FastCGI-mode and they have supplied me with a ...
0
votes
2answers
55 views

No input file specified Nginx WordPress installation

blog.mydomain.com/phpinfo.php (which simply shows phpinfo()) works fine. What am I missing? Directory root of my blog is /usr/share/nginx/html/blog/ I'm using Centos. /etc/nginx/nginx.conf is ...
0
votes
0answers
27 views

Ruby (not Rails) on IIS 7 via FastCGI

Hopefully this is a simple one. I want to run Ruby on IIS 7+ as I would PHP, Perl, Python, etc. (that is to set a handler mapping to .rb files). Every time I Google for it I get Rails. But I don't ...
0
votes
0answers
16 views

lighttpd, error 403 forbidden

I am trying to install this on a router using buildroot, I added it to the build. When I use a .html file it works fine, i can see a test page. However I get a forbidden message for .php files. So I ...
1
vote
1answer
40 views

fork with CGI::Fast perl

I'm using fork with CGI::Fast in perl. When I run it normally, it prints In handle request 5 times as expected. But when I configure this file as a fast cgi in apache server, It prints In handle ...
2
votes
1answer
80 views

HTTP handlers not registering correctly under Mono MVC 3

I am at my wit's end. I'm trying to run an ASP.NET MVC 3 website under Mono via FastCGI and the HTTP handler for Cassette won't register correctly. The site is http://www.tychaia.com/. The strange ...
0
votes
0answers
53 views

Social Engine Nginx (Fastcgi) Rewrites - default.conf and nginx.conf

I am using Nginx as proxy with fastcgi. I cant seem to convert the following rules into a nginx (version 0.7) compatible rules. The htcaccess rules are: # Redirect non-www to www mod RewriteCond ...
0
votes
0answers
11 views

Getting dynamic content from sensor to a web browser

I want to connect the sensor to the desktop using a bluetooth or wifi of the sensor. I want to interpret this dynamic data on the web page. I want this to work even when the sensor is connected by ...
0
votes
1answer
31 views

What is the socket path for a custom FCGI Application spawned by the local http server? (ie apache/mod_fcgid, lighttpd/mod_fastcgi, etc. )

I'm working on a fastcgi dev kit written in objective-c/cocoa, that mimics the behavior and structure of AppKit/UIKit (app deleagates, runloops, event queues etc). I've done my homework on fastcgi, ...
0
votes
2answers
36 views

Error after upgrade to wordpress 3.5.1

After upgrading to wordpress 3.5.1. I have few database errors which are similar to this. How to solve this? 2013/04/27 18:43:32 [error] 1361#0: *1161766 FastCGI sent in stderr: "WordPress ...
0
votes
0answers
14 views

With something like fastcgi_finish_request , don't queues become very limited in their use?

This is more of a general question. I think you can offload most of the "extra" stuff like sending mails, triggering calls to a socket server, logging etc. to after fastcgi_finish_request has been ...
0
votes
0answers
21 views

IIS C++ FastCGI Application User Delegation

I would like to use a C++ FastCGI application (using libfcgi, http://www.coastrd.com/fastcgi) with IIS instead of having a custom C++ web server based on one of the Boost ASIO examples. Once I finally ...
0
votes
1answer
395 views

Apache2 + FastCGI + php-fpm on CentOS 6.4 ==> Works, but errors in error_log

Please help. I've been trying to configure FastCGI + php-fpm on CentOS 6.4. Finally it's working, but there are some errors at Apache log. I'd like to understand them and get rid of them. Here's what ...
0
votes
0answers
33 views

Using keep-alive connection in ajax with FastCGI

My application consists of 2 parts: FastCGI Server and JS-app in browser. JS-app sends an Ajax post request and updates the content of the website dynamically. Now the question, is it possible to ...
1
vote
0answers
64 views

Deploying Django with Mezzanine on FastCGI

I'm in the middle of trying to deploy a Django project on Subsys.no, Who uses FastCGI. I have never deployed a project before and have been trying for 3 days straight. I have made a virtualenv on the ...
0
votes
0answers
106 views

Setting up PHPFPM with Apache+mod_FastCGI

I recently took over a WebServer that is running PHP and Apache. PHP is currently utilizing PHPFPM through the mod_fastcgi of Apache. Everything is running fine, however during my research to make ...
0
votes
1answer
184 views

ASP.Net with nginx/Lighttpd/mono/fastcgi on Windows

I need to run a web server (nginx or lighttpd) on Windows in order to serve the basics requirements for an ASP.Net application. I'm trying to use the fastcgi-mono-server4 from mono 2.10 for windows ...
0
votes
0answers
132 views

fast-CGI, Nginx and intermittent 500 error

I've been working on this all morning and it's driving me crazy. I have an installation with Ubuntu 12.04 (linode). I also installed Nginx and fast-cgi / PHP and I am hosting 2 websites. One of the ...
0
votes
2answers
292 views

Prevent nginx 504 Gateway timeout using PHP set_time_limit()

I am getting 504 timeouts message from nginx when my PHP script is running longer than usual. set_time_limit(0) does not seem to prevent that! Does it not work when running php5-fpm on nginx? If so, ...
3
votes
1answer
99 views

PHP in Go. FastCGI?

I am writing webserver in Go that will replace existing website. I still need some old PHP scripts. Right now I have lighttpd + fastcgi. So I wish my web server to call PHP as FastCGI. What is best ...
0
votes
0answers
24 views

Reading Parameters in cgi script

For the Below Flex code - var variables:URLVariables = new URLVariables(); variables.userID = "1234556"; var request:URLRequest = new URLRequest("www.test.com/test.cgi"); request.method = "POST"; ...
0
votes
0answers
56 views

How to change php.ini memory_limit per folder when php is set up on FASTCGI API

Hi I have a site that requires extra memory allocation for an image upload system. On the development server changing the memory_limit is not an issue but on the live server php has been set up using ...
0
votes
0answers
41 views

nginx extensionless php url without if statement

I use this config: root /www/mysite/static location / { try_files $uri @php; } location @php { fastcgi_pass 127.0.0.1:9000; include fastcgi_params; fastcgi_param SCRIPT_FILENAME ...
0
votes
0answers
14 views

Get file descriptor from FCGI stream

Libfcgi replaces the regular std{in|out|err} by special file pointers (of type FCGI_FILE) to account for running over fastcgi. However, for my program must call and return the output of an external ...
0
votes
1answer
75 views

Assistance optimizing server with high-traffic

I am in need of some help. Currently, I have the following package: 2048 MB 80gb RAID 10 Disk Space 4x CPU Priority 5000 GB bandwidth CentOS (VPS-4) http://www.knownhost.com/vps_packages.html My ...
0
votes
1answer
33 views

CGI Index yields 403 (Forbidden)

I'm running nginx with php-cgi on an ubuntu computer. Things seem to be working okay except for the major detail that visiting / yields "403 Forbidden" from nginx. Visiting /index.php works just ...
0
votes
1answer
68 views

PHP returning output of other user request

I'm facing the problem with PHP response. I used Ajax with 3 seconds delay to check the user's logs. When the user account used simultaneously with two users, one must be kicked. I used to track the ...
-1
votes
2answers
128 views

How to increase Ngix Timeout [closed]

I have a problem with the Timeoutlimit set in Nginx. Every request to the server which takes longer than 60 seconds to proceed and send answer will result in an 504 Gateaway error send by nginx. We ...
0
votes
0answers
41 views

lighttpd + fastcgi-server4 on debian gives blank pages from web server (.html, .aspx, .asmx) with no errors

So I configured fastcgi-server4 on lighttpd on debian in order to serve up some .aspx and .asmx pages. As this will only run one small local project, I configured the .conf files to serve up all file ...
1
vote
1answer
93 views

FCGI and upload_tmp_dir PHP directive are not working correctly

I run PHP as FCGI! I'm setting upload_tmp_dir option as value /home/domain.com/tmp. When executed phpinfo() for double-check it's confirmed that the settings above are correct. Nevertheless, when ...
0
votes
1answer
42 views

django-gcm under lighttpd/fastcgi?

Has anyone gotten the django-gcm server running under lighttpd using fastcgi? I know how to get a general django application running under lighttpd/fastcgi, but I haven't been able to find ...
0
votes
2answers
107 views

C++ / C - odd code

I am looking at some sample code and cant work out what the following lines are doing: fcgi_streambuf cin_fcgi_streambuf(request.in); fcgi_streambuf cout_fcgi_streambuf(request.out); ...
0
votes
0answers
52 views

Works on Apache but not Nginx

I've this wordpress-code here, which aims to take a post_meta from one page, and pass it on to a src of an iframe in the next page. Single page: <a href="<?php echo get_home_url(); ...
0
votes
0answers
85 views

Nginx fastcgi to java versus jsf server [closed]

Hello I am using fastcgi Java with nginx server and JSF . What do you think , witch is more faster and more secured ? Fastcgi with Java or JSF ? Thank you.
0
votes
1answer
65 views

What's means this '(?U)' on nginx regex

I was reading nginx's documentation, but a I don't what this '(?U)' are doing in this regex. http://wiki.nginx.org/HttpFastcgiModule#fastcgi_split_path_info Here's an example. The script show.php ...

1 2 3 4 5 16