Welcome! Log In Create A New Profile

Advanced

Need help on fast cgi c++ configuration on windows

January 24, 2013 01:23PM
Hi everyone
I am new to nginx so really need u r help


My problem is that i set up niginx server on windows and it runs very well . But i want to run c++ programs i.e(.exe)
so i come accross fast-cgi lib then i compiled source successfully now i have fast cgi wraper for .exe ie. cgi-fcgi.exe

now i changed in nginx.conf as

location ~ /fcgi/$ {
include fastcgi_params;
fastcgi_pass 127.0.0.1:3000;
}

and running it as http://localhost/fcgi/ in browser

it not working so i checked error log and i found
upstream prematurely closed connection

so any guess
thanks in advance
Subject Author Posted

Need help on fast cgi c++ configuration on windows

coolbhushans@gmail.com January 24, 2013 01:23PM

Re: Need help on fast cgi c++ configuration on windows

faskiri.devel January 25, 2013 01:34AM

Re: Need help on fast cgi c++ configuration on windows

coolbhushans@gmail.com January 25, 2013 05:30AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 295
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready