In Drupal, we can use a progress bar when uploading an image or file. But that needs a PHP PECL extension called uploadprogress. The following steps work for Ubuntu Precise (Ubuntu 12.04.1 LTS).
1. Install the php5-dev package.
Continue reading Ubuntu – Install PECL uploadprogress PHP extension on Nginx →
After so many days we have talked about setting up Nginx, PHP-FPM, MariaDB and some PHP caching. We can now try to run a Drupal instance on them. Before we starts, let me listed out all the previous posts.
It’s time to start the Drupal installation.
Continue reading Run Drupal 7 in Nginx →
Previous: Ubuntu – Install APC with PHP-FPM and Nginx
Memcached is a distributed memory caching system and it caches data and objects in RAM to reduce the number of times an external data source (such as a database or API) must be read.
Like APC, the installation is simple.
1. Install Memcached.
- apt-get install memcached
Continue reading Ubuntu – Install Memcached with PHP-FPM and Nginx →
Next: Ubuntu – Install Memcached with PHP-FPM and Nginx
APC stands for Alternative PHP Cache is a opcode which also known as machine code. The opcode is cached such that every time a request is sent to server, the same opcode is used until it detects a change in the PHP file.
Installation is easy and straight forward.
1. Install using apt-get.
Continue reading Ubuntu – Install APC with PHP-FPM and Nginx →
Update @ 2013-05-09: I am not very sure if this could really enable the Nginx Microcaching as i couldn’t find the HIT value in the HTTP response. Please feel free to comment and let us know if you got the solution. Thanks. =D
Previous posts:
Enable Microcaching in Nginx could help making your website run much faster. Base on the setting we did in Nginx + PHP-FPM on Ubuntu Precise. Let’s edit the VirtualHost configuration file to enable Microcaching.
Continue reading Nginx – Enable Microcaching →
Previous post: Nginx – Installation on Ubuntu Precise
Most of the time we would like to run PHP on our web server. After you have installed Nginx following the post above. We can now enable PHP.
1. Install the PHP packages.
apt-get install php5-fpm
apt-get install php5-cli
apt-get install php5-gd
apt-get install php-pear
Continue reading Nginx + PHP-FPM on Ubuntu Precise →
Dream BIG and go for it =)