I have uncommented the following line to have php beeing taken into account by apache:
LoadModule php5_module libexec/apache2/libphp5.so
I then created a test.php file with
<?php phpinfo(); ?>
and restarted apache
sudo apachectl graceful
But the php file is not taken into account, I just get the plain html.
Any idea ?