Hi,

Can you please post the apache2 configuration related to CGI and FastCGI 
+ virtual host config (I suppose you have some aliases related to rails) 
+ .htaccess ?
I suspect you have an error regarding the handling of the fastcgi 
requests. There is nothing in the mod_fcgid code changing HTTP methods 
so I think it is rather a behavior change in your rail app or perhaps a 
error handler which is triggered and makes you think rails has received 
a GET request.

First common mistake: did you add the correct rewriting rules to make 
the rails dispatcher get all the methods ?

Gabriel

On 02/29/2008 7:57:00 AM +0100, "Robert Ferney" <[EMAIL PROTECTED]> wrote:
> Addendum...
> It seems to act up specifically when you use a multi-part form in the 
> post..
> 
> On Sat, Feb 23, 2008 at 10:35 PM, Robert Ferney <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     When running a rails 2.+ application that employs resources, the
>     create method is uncallable..
> 
>     with Apache + mod_fcgid ( I'm running suse, and duplicated the
>     problem on bluehost, which is not running suse ))
> 
>     rails test
>     cd test
>     script/generate scaffold test name:string
>     set up db etc to work..
>     edit public/.htaccess ect to run under apache and mod_fcgid
> 
>     try to create multiple records on resource http://server/test
>     from the new form.. create will "POST" to the server, the rails app
>     will see a 'GET'  instead.. which breaks expected behavior under
>     rails resources..
> 
>     -- 
>     -Robert Ferney  ( Kolbe 4357 Demonstrator / Myer Brigs INTJ ) 
> 
> 
> 
> 
> -- 
> -Robert Ferney  ( Kolbe 4357 Demonstrator / Myer Brigs INTJ )
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mod-fcgid-users mailing list
> Mod-fcgid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to