perl and FastCGI
Michiel Beijen <michiel.beijen-2eD/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi guys, Let me start by saying that I really like it that there seems to be activity on the FastCGI front. That's great! I'm trying to use FastCGI (the latest SNAP release) with Strawberry Perl 5.10.1 and Apache 2.2.x on Windows. I find it a little difficult to troubleshoot FastCGI, am I missing something? When I try to access my FastCGI script the Apache log says: [Wed Nov 18 16:31:41 2009] [notice] Parent: child process exited with status 255 -- Restarting. But when I run the script from the command line I get this: C:\inetpub\wwwroot\myapp>perl installer.fpl Content-Type: text/html; charset=utf-8; Content-Disposition: filename="Installer.html" Expires: Tue, 1 Jan 1980 12:00:00 GMT Cache-Control: no-cache Pragma: no-cache <html> <head>... So what should I do to find out why it returns status 255, and what's wrong with that? Regards, -- Mike.