The Server
I have a development server that I\'m using to host my current projects. Here are some stats:
root@myserver:/usr/bin $ ca
The problem is that mod_php still handles .php files, even when the CGI handler is set for a vhost.
mod_php
.php
To fix that, the in the vhost needs to have a SetHandler directive:
SetHandler
Action php-cgi /cgi-bin-php/php-cgi-5.2.11 SetHandler php-cgi
I've updated the tutorial.