Console Login

#["PHP"

All articles tagged with ["PHP"

#["PHP"

Scaling PHP in 2012: Migrating from Apache mod_php to Nginx & PHP-FPM

Is your LAMP stack consuming all your RAM? Discover how switching to PHP-FPM and Nginx can reduce your memory footprint by 50% and decrease latency for your Norwegian user base.

PHP-FPM vs mod_php: Tuning PHP 5.3 for High-Concurrency Production Environments

Is your Apache server thrashing swap under load? Stop relying on mod_php. We dissect the migration to Nginx + PHP-FPM, configure dynamic process managers, and tune APC for sub-millisecond execution times on Linux systems.

Stop Wasting RAM: Migrating from Apache mod_php to PHP-FPM & Nginx

Is your server swapping under load? We dive deep into the architecture of PHP-FPM, available natively in PHP 5.3.3+, and show you how to configure Nginx on CentOS 6 to handle thousands of concurrent connections without melting your hardware.

Stop Wasting RAM: transitioning from Apache mod_php to PHP-FPM (PHP 5.3.3+) for High-Traffic Sites

Is your server swapping under load? With PHP-FPM now merged into the PHP 5.3 core, it is time to ditch the bloat of Apache mod_php. We explore the Nginx + FPM stack, opcode caching with APC, and how to configure process pools for the Norwegian market.

PHP-FPM: Stop Letting Apache Eat Your RAM and Switch to High-Performance FastCGI

Is your server crawling under high load? Discover how replacing mod_php with PHP-FPM and Nginx can lower memory footprint and handle 3x the traffic on the same hardware.