durusmail: quixote-users: FastCGI, Apache, Windows, Bad Combo?
User class for Quixote
2002-11-21
2002-11-21
2002-11-21
FastCGI, Apache, Windows, Bad Combo?
2002-11-27
FastCGI, Apache, Windows, Bad Combo?
Neil Schemenauer
2002-11-27
On Tue, Nov 26, 2002 at 04:56:46PM -0800, David Ascher wrote:
> Has anyone gotten Quixote, FastCGI, Windows and Apache (either 1.3 or 2.0)
> to work together?

I tried to make it work a few months ago.  No luck.  As I recall, the
major show stopper for me was the lack of 'socket.fromfd' on Windows.

I could be convinced to spend some time trying to make mod_scgi compile
on Windows.  There is also a problem since scgi_server module uses file
descriptor passing and fork().  It shouldn't be too hard to make a
multi-threaded SCGI server though.

  Neil

reply