As with OS X Leopard Server, the OS X Leopard standard OS is missing Apache config statements to enable PHP support. Of course with standard Leopard, you don’t get the fancy Server Admin tool to let us fix it via a GUI, so we do it by hand:
In /etc/apache2/httpd.conf:
Uncomment the php LoadModule statement:
LoadModule php5_module [...]
