Hang on, folks ... Apache on OS X *is* built with
PHP - it's just that you need to change the config file to enable it. As I recall, the lines you need are even in the configuration file - just commented out by default!
- Code: Select all
dolphin:/etc/httpd graham$ diff httpd.conf.default httpd.conf
240c240
< #LoadModule php4_module libexec/httpd/libphp4.so
---
> LoadModule php4_module libexec/httpd/libphp4.so
284c284
< #AddModule mod_php4.c
---
> AddModule mod_php4.c
dolphin:/etc/httpd graham$