Connection error running FastCGI on z/OS Apache Server

"Dan StCyr - StreamFoundry" <d.stcyr-mFpJwpkE8MNmmtkc3ZzxggC/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel,gmane.spam.detected
Message-ID <2B10CA12071B40DDA0D9D630EB3CDFA2@STCYR>
Hello - running FastCGI on an IBM mainframe (z/OS) Apache Server - getting
this error the first time (only) each new script is accessed:

 

EDC8128I Connection refused. (errno2=0x120D0253): FastCGI: failed to connect
to server "/var/CMS/CMS40/cgi-bin/CMSDISP.php": connect()

 

Subsequent accesses to the same php script connect fine - error is only the
first time a script is accessed during the lifetime of the server.  When
this connect error occurs, the client sees an "Internal Server Error" -
retrying the request runs fine since the retry is no longer the 1st access.

 

Is this a known issue? Misconfiguration?  These are the updates to my conf
for FastCGI:

 

LoadModule fastcgi_module modules/mod_fastcgi.so

Alias /cgi-bin/ "/var/CMS/CMS40/cgi-bin/"

<Directory "/var/CMS/CMS40/cgi-bin">      

    AllowOverride None                    

    SetHandler fastcgi-script             

    Options ExecCGI                       

    Order allow,deny                      

    Allow from all                        

</Directory>

AddHandler fastcgi-script .php                              

 

 Dan St.Cyr

 StreamFoundry, Inc

 www.streamfoundry.com

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
http://mailman.pins.net/mailman/listinfo.cgi/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.