fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fastcgipp-users] Fastcgi++ as a client to PHP fastcgi?


From: Eddie Carle
Subject: Re: [Fastcgipp-users] Fastcgi++ as a client to PHP fastcgi?
Date: Mon, 28 Dec 2009 16:03:17 -0700

On Mon, Dec 28, 2009 at 1:58 PM, Konstantin Ivanov
<address@hidden> wrote:
> Hi all,
> I wanted to know if it is possible to use fastcgi++ library to forward the
> requests to PHP FastCGI? I guess that would mean that fastcgi++ will act as
> a filter if I am correct. So, i was wondering if the library supports
> such functionality and if there are any samples available.
> Thank you,
> K

Hmmm, can't imagine why one would want to do this, but this is
certainly possible. fastcgi++ itself doesn't actually have any "client
side" FastCGI mechanisms built in to it (by "client side" I refer to
the web server itself as the client and the FastCGI script as the
server). To accomplish this you would have to recieve requests from
the web server, filter, then connect to the PHP FastCGI script and act
like a web server itself. I'd read up a bit on the FastCGI protocol to
understand how this would take place.
-- 
    Eddie Carle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]