Setting up a PHP/MySQL/Apache2 environment on Debian is really easy, and as a PHP MySQL Developer, it’s kinda important! I’ll walk through a quick Debian lamp install howto and optimization process. I’ve optimized it for a 1.5Gb to 2GB RAM machine with reasonable load.
mysqladmin password ‘NEWPASSWORD’
Now download eaccelerator from http://eaccelerator.net
(more…)
Tags: apache2 optimization, debian, Debian lamp install howto, Development, LAMP, LAMP Optimization, MySQL, mysql optimization, Optimization, PHP, PHP Developer, PHP MySQL Developer, php optimization, php5, Programmer
Here’s 3 easy steps to immediately boost your Linux Apache MySQL PHP installation.
- Apache:
Make sure you’re using the correct number of spare threads and minimum and maximum constraints. Too few available threads mean that a new one will have to be spawned for a site access leading to a decrease in response time, but too many available threads will eat memory unnecessarily
(more…)
Tags: Apache, eaccelerator, LAMP Optimization, MySQL, Optimization, PHP, query cache, query caching, theads