I’m a Ruby on Rails ‘man’, but recently thanks to Warez-DnB I’ve increasingly been exposed to PHP. To make the built in Apache server on Leopard 10.5 PHP Ready follow these simple steps
- Edit the httpd.conf file, at /private/etc/apache2/httpd.conf
- Edit the file (you can use Pico “sudo pico httpd.conf”) and search for LoadModule php5_module
- Uncomment the line that says #LoadModule php5_module (Delete the #)
- Save
- Stop and start the web server in the control panel
I’m a Ruby on Rails ‘man’, but recently thanks to Warez-DnB I’ve increasingly been exposed to PHP. To make the built in Apache server on Leopard 10.5 PHP Ready follow these simple steps