Meu /private/etc/apache2/other/php5.conf
tinha entradas para mod_php5.c. Depois de substituí-lo pelas entradas do OS X, funcionou:
<IfModule php5_module>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>