in reply to Perl Win32 Apache & mod_fcgid not working
Do not use mod_fcgid with perl on MS Windows as it simply does not work.
I recommend using mod_fastcgi instead - you can get binaries (built for Apache 2.2.x by me) from http://strawberryperl.com/package/kmx/mod_fastcgi/
As for the shebang line you'd better use the full path to your perl.exe, just replace backslashes for slashes e.g.
#!c:/usr/bin/perl.exe
Another useful URL might be Catalyst+Apache+FastCGI on MS Windows
--
kmx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Win32 Apache & mod_fcgid not working
by Anonymous Monk on Jan 30, 2011 at 22:24 UTC | |
by Anonymous Monk on Jan 31, 2011 at 10:44 UTC | |
by Anonymous Monk on Jan 31, 2011 at 18:38 UTC |