About Backend FastCGI Server
Andrew Oberemchuk <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Organization | Dark Joker Multimedia |
| Message-ID | <1153471629.8925.20.camel@nx5000> |
Eric, thank You for answer! :) If You can, please, tell me, as can i launch my program with the cgi-fcgi utility and tell it to listen on a unix or TCP socket ? What command line i need type? (for example, for stupid :) ) I try differend combination, but cgi-fcgi utility don't want listen on TCP socket :( I want to build 2-level architecture: nginx + FastCGI. nginx accept request from users and process it if can (images, files, etc.). If user require dynamic content (some CGI-application), request send over FastCGI-protocol to FastCGI server on remote host (as showed on image http://www.fastcgi.com/docs/OpenSource99/FastCGI_files/v3_slide0054_background.gif , in presentation http://www.fastcgi.com/docs/OpenSource99/FastCGI_files/v3_document.htm -> Backend FastCGI Server ). Currently i don't know, how to set up Backend FastCGI Server: i need run some C-programs. With best regards, Andrew Oberemchuk > On 7/20/06, Andrew Oberemchuk <andrew at djm.kiev.ua> wrote: > > Hello! > > > > I read Your documentation, but can't find answer to my question: > > how can i invoke my simple application as standalone FastCGI server > > (like php-fcgi process) for processing requests from frontend > > Web-server (using FastCGI Protocol)? > > You can launch your program with the cgi-fcgi utility and tell it to > listen on a unix or TCP socket. > > if you were using apache, you'd then be referencing it as an external server. > > -- > Eric Covener > covener at gmail.com ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/