Web Servers

PHP website performance improve method

Posted under Article, Cache & Storage, Development, PHP, Web Servers on Saturday, 26 March 2011 by

Here are some methods may help you to improve php the performance 1: object code cache Each request need to recompile the object code, if you use the cache, then may avoi…

PHP website performance improve method

Clear squid cache file of shell script

Posted under Article, Cache & Storage, Featured, Web Servers on Saturday, 26 March 2011 by

Squid will cache directory set to create multiple directories, each directory, then create multiple directories, and then only in the innermost layer of the directory store cache files (object).

Clear squid cache file of shell script

PHP How to maintain the SESSION and the consequent Some Thoughts

Posted under Article, Cache & Storage, Featured, Web Servers on Saturday, 26 March 2011 by

A recent project, which has a relatively large form, it requires users to complete a lot of time, many users have spent untold hardships after the completion of a submission was found SESSION expired, the system quit, it has led the research, as well as how to set SESSION the need to maintain SESSION online, here are some of their feelings and experiences.

PHP How to maintain the SESSION and the consequent Some Thoughts

PHP-FPM on high load tips

Posted under Article, Development, PHP, Web Servers on Saturday, 26 March 2011 by

When you running a highload website with PHP-FPM via FastCGI, the following tips may be useful to you : )

PHP-FPM on high load tips

Nginx 0.8.x + PHP 5.2.13 (FastCGI) setup Web server

Posted under Article, Featured, Web Servers on Saturday, 26 March 2011 by

nginx [engine x] is a HTTP and reverse proxy server, as well as a mail proxy server written by Igor Sysoev. It has been running for more than five years on many heavily loaded Russian sites including Rambler (RamblerMedia.com)…

Nginx 0.8.x + PHP 5.2.13 (FastCGI) setup Web server

Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux

Posted under Article, Featured, Web Servers on Saturday, 26 March 2011 by

The instruction mentioned below only applies to Debian and Ubuntu Linux. I am going to document following things

Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux

PHP Load Balancing Guide

Posted under Article, Cache & Storage, Featured, PHP, Web Servers on Saturday, 26 March 2011 by

Over the past when running a large web application meant to run when a large-scale web server. Because your application has attracted a large number of users, you will have in your server to add more memory and processor. Today, the ‘big server ‘ model has in the past…

PHP Load Balancing Guide