After enabling Jetpack on this site I started having problems viewing old posts or using the editor toolbar in the admin interface. A few times I received “500 internal server error.” After some searching I found that I needed to add the following lines to my root .htaccess.
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Please be sure to add the lines after # END WordPress line otherwise the settings may get wiped out.