In a Location or VirtualHost directive, in httpd.conf:
RemoveType .php
This removes the binding between .php files and the PHP interpreter.
People probably see the source of the php file. You can display it as
HTML by using:
AddType text/html .php
See the Apache documentation for more info on how to use
AddType/RemoveType.