How to install php – memcached server on centos5 or any linux OS

What is Memcached? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an in-memory key-value store for small chunks of … Continue reading

Nginx rule with image fix for multiple wordpress instance

I sovled the issue with Wordprss and Images. If you want to host or install two instances on one domain in that senorio you can use following code. Please Use the following code; location ~ ^.+\.(html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js)$ { #images for wordpress … Continue reading

Compress the server response with Nginx

Maybe you aware with apache “mod_gzip and mod deflate”

Web page compression is not a new technology, but it has recently gained higher recognition in the minds of IT administrators and managers because of the rapid ROI it generates. Compression extensions exist for most of the major Web server platforms

For Apache Normally use following syntax:
………………….. Continue reading