FYI,

I was getting authentication failures when trying to use the REST API.
Little investigation revealed it's due to FastCGI and it can be
resolved (or at least worked around) with the following line in
.htaccess:

RewriteRule ^(.*)$ dispatch.fcgi
[E=X_HTTP_AUTHORIZATION:%{http:AUTHORIZATION},QSA,L]

Found from http://wiki.dreamhost.com/Ruby_on_Rails


Maybe someone finds this useful.

-- 
Tommi Komulainen                                 [EMAIL PROTECTED]
_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to