Tagged in

PHP

Sandwich Bytes
Sandwich Bytes
Between 1 and 0
More information
Followers
1
More, on Medium

Install Nginx, PHP-FPM, MySQL and phpMyAdmin on OS X

An Apache, MySQL, PHP stack is really easy to setup on a Mac. MAMP is a very easy solution to achieve this. Apache can be replaced with the lightweight Nginx server and an NMP stack can be created, but may take a little more time to set…


PHP/MySQL with Nginx

In the previous post, we discussed about setting up nginx on a Raspberry Pi. To serve dynamic content, a server side language like PHP and a database server like MySQL is essential. To execute the PHP scripts we will use PHP-FPM, which is a FastCGI implementation. To accelerate performance…