[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Problem with htaccess - cgi e fast cgi

Luigi Ma

11/21/2007 4:11:00 PM

My ROR web application on my webhosting needs to have the .htaccess with
the instruction:
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

that uses the script dispatch.cgi and that don't give any error.

Instead if I use, in the htaccess, the rule:
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

to call the fast cgi script the application runs more fast and correctly
but generate the log file that is attacched in the message.

I would like to know what is the problem with the fast cgi script to
correct it and to use it because the ROR application is more fast.

Thank you very much.

Luigi

Attachments:
http://www.ruby-...attachment/1019/fastcgi_1_...

--
Posted via http://www.ruby-....