Problems with CLISP and Fastcgi
Posted: Wed Sep 15, 2010 8:20 pm
I managed to compile CLISP with the FastCGI-Module on Debian, using the Debian-Sources under squeeze and adding the configure-flag --with-module=fastcgi. Now, *features* contains :FASTCGI.
Running the example given on http://clisp.cons.org/impnotes/fastcgi.html in cgi-mode anything works fine. Running it in fastcgi-mode, the server takes a long time and then quits with an internal server error.
The Apache-Log sais:
Any Ideas?
Running the example given on http://clisp.cons.org/impnotes/fastcgi.html in cgi-mode anything works fine. Running it in fastcgi-mode, the server takes a long time and then quits with an internal server error.
The Apache-Log sais:
Code: Select all
[Thu Sep 16 05:17:12 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:15 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:18 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:21 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:24 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:27 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:30 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:33 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:36 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:39 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:42 2010] [error] [client 88.217.1.217] FastCGI: comm with (dynamic) server "/usr/lib/cgi-bin/test.fcgi" aborted: (first read) idle timeout (30 sec)
[Thu Sep 16 05:17:42 2010] [warn] FastCGI: (dynamic) server "/usr/lib/cgi-bin/test.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds
[Thu Sep 16 05:17:42 2010] [error] [client 88.217.1.217] FastCGI: incomplete headers (0 bytes) received from server "/usr/lib/cgi-bin/test.fcgi"