in reply to Re^2: Perl Win32 Apache & mod_fcgid not working
in thread Perl Win32 Apache & mod_fcgid not working

The article linked doesn't explain why
For running Catalyst application as FastCGI on Apache/Win32 you have to choose mod_fastcgi (the author of this article did not manage after many tries to run catalyst app via mod_fcgid).

 

If you're quoting someone, use

<blockquote> the quote </blockquote> your response
or
<i> the quote </i> <p>your response
<dl<dt> the quote </dt> <dd> your response </dd></dl>

Replies are listed 'Best First'.
Re^4: Perl Win32 Apache & mod_fcgid not working
by Anonymous Monk on Jan 31, 2011 at 18:38 UTC

    The reason for not using mod_fcgid is simple -

    Something is broken in the way mod_fcgid "talks" with perl on Win32. If perl on Win32 was popular someone would have fixed it, probably no one needs it...