re: How to start an external server

Shane De Jager <sdejager-mfvoBoRt3PW8qtKVGud/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Organization Intergage Limited
Message-ID <QklTMURKVCFRWUlaU1YjMTc0MDE2MTI@fierce-tiger>
Hi,

Sorry, I've been mean to reply to you, I've just been real busy.

Here you go,

Set up external server in apache, I'm sure you figured that part out.

FastCgiExternalServer "P:/intergage/inst/4.0.0/cgi-bin/showpage.fcgi" -host 127.0.0.1:8889 -idle-timeout 3600

here is what you need in your script,

$ENV{FCGI_SOCKET_PATH} = ":8889";
$ENV{FCGI_LISTEN_QUEUE} = 100;

these must be called before "use FCGI";

and that should then work.

If you still run into problems feel free to ask me

-- 
Shane De Jager
Technical Developer

INTERGAGE
High-performance, updateable Web sites

Switchboard   +44 (0)845 456 1022
==
www.intergage.co.uk
sdejager-mfvoBoRt3PW8qtKVGud/[email protected]

Are you aware of our referral scheme? Learn how you could profit personally from passing us leads.

Click here to pass a referral: www.intergage.co.uk/referrals

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.