On Mar 10, 2011, at 2:00 PM, hobo_hippy wrote:
> I updated to hobo 1.0. It fixed the migration error, however, it broke
> the site! I'm hosted on bluehost, and I'm fairly confident the error
> is due to my .htaccess file.
> My file currently looks like this, which worked fine until the hobo
> upgrade:
>
> ____________________________________________________________________________________
>
> #General Apache options
> AddHandler cgi-script .cgi
> AddHandler fcgid-script .fcgi
> # For security reasons, Option followsymlinks cannot be overridden.
> #Options +FollowSymLinks +ExecCGI
> Options +SymLinksIfOwnerMatch +ExecCGI
>
> RewriteEngine On
>
> RewriteRule ^$ index.html [QSA]
> RewriteRule ^([^.]+)$ $1.html [QSA]
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
>
> ErrorDocument 500 "<h2>Application error</h2>Sorry, MVPtires will be
> up and running again soon..."
> ____________________________________________________________________________________
>
> I'm getting the ErrorDocument 500 error when I navigate to the site.
> Any suggestions ? Teh cgi/fgci stuff never really made any sense to
> me.
This looks like the standard (albeit ancient) set of incantations to handle
rewrites to FastCGI. You'll want to check the production.log file to see what's
crashing. I suspect it's a missing gem or something.
--Matt Jones
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.