Setting up and Testing Php on Nginx
August 8th, 2009
1 comment
In the previous article, we set up Nginx with Ruby Enterprise Edition and Passenger support. Now we need to get php running if we want to run wordpress or drupal or other php-based sites. We’ll also add mysql so we have a database back end for these sites
Installing mysql:
This is pretty simple, do [...]
