-
Posted to
FastCGI Handler
by
hreldelmyer
on
11-05-2007, 6:04 PM
How does one configure the activity timeout when using Perl? Is there also a php.ini file when doing FastCGI with Perl?
-
Posted to
FastCGI Handler
by
hreldelmyer
on
11-05-2007, 5:58 PM
It seems that FastCGI.pm or the Microsoft implementation has some sort of filter on the headers returned by the application, causing a
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* Error Number: 13 (0x8007000d).
* Error Description: The data is invalid.
HTTP Error ...
-
Posted to
FastCGI Handler
by
hreldelmyer
on
11-04-2007, 1:22 PM
Thanks every one for your help. My application now works correctly under FCGI on the windows server 2003 32 bit box. However, I am still getting this network error under windows server 2003 64 bits ...
I can run the Perl code from a DOS prompt. The identity for my IIS worker process is the same user as the one that I used testing from the ...
-
Posted to
FastCGI Handler
by
hreldelmyer
on
11-02-2007, 10:33 PM
It turns out that the problem is probably due to the 64 bit DBD::ODBC. I had no trouble with the ODBC connection with the same system installed on a windows server 2003 32 bit.
A new problem is that fastcgi (32 bit) is losing the Set-Cookie headers so my session cookies are not working. Does anyone know what is happening there?
-
Posted to
FastCGI Handler
by
hreldelmyer
on
11-02-2007, 8:33 AM
My Perl program connects to SQL SERVER via ODBC without any trouble from the comand line and straight CGI, but it fails with the latest fastcgi downloads:
DBI connect('XXX5_client_user1','XXX',...) failed: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General network error. Check your network documentation. ...