Sunday, August 11, 2013

How To Optimize Nginx For Maximum Performance

Source: http://www.lifelinux.com/how-to-optimize-nginx-for-maximum-performance/
Nginx is an open-source Web Server. It is a high-performance HTTP server that uses very low server resources, is reliable and integrates beautifully with Linux. In this article, I’ll talk about optimizing your nginx server for maximum performance.

How to Multiple domains load banlance with nginx

Source: http://www.goitworld.com/how-to-multiple-domains-load-banlance-with-nginx/
Nignx is a very great web server and load banlancer. In my “Nginx Server” category have more about nginx.

Monday, July 29, 2013

nginx: Setup SSL Reverse Proxy (Load Balanced SSL Proxy)

Source: http://www.cyberciti.biz/faq/howto-linux-unix-setup-nginx-ssl-proxy/
A reverse proxy is a proxy server that is installed in a server network. Typically, reverse proxies are used in front of Web servers such as Apache, IIS, and Lighttpd. How do I setup nginx web server as SSL reverse proxy?

Sunday, July 28, 2013

Reverse proxy with Apache

Source: http://opentodo.net/2012/08/reverse-proxy-with-apache/
Reverse proxy is very useful when We need Load balancing web requests or ensure our web servers for possible attacks.

The Benefits of a Reverse Proxy

Source: http://mikehadlow.blogspot.com/2013/05/the-benefits-of-reverse-proxy.html
A typical ASP.NET public website hosted on IIS is usually configured in such a way that the server that IIS is installed on is visible to the public internet.

Nginx reverse proxy to a few back end web servers

Source: http://centminmod.idglabs.net/?p=152
A reverse proxy is a type of proxy server that retrieves resources on behalf of a client from one or more servers. These resources are then returned to the client as though it originated from the reverse proxy itself. Reverse proxies are a great way to reduce the load on any one machine as well as help secure the web cluster from external influences. Some advantages for using a reverse proxy (source wikipedia) are:

Reverse Proxy with Multiple Backend Web Servers

Source: http://wiki.squid-cache.org/ConfigExamples/Reverse/MultipleWebservers
Warning: Any example presented here is provided "as-is" with no support or guarantee of suitability. If you have any further questions about these examples please email the squid-users mailing list.
Contents

Tuesday, October 2, 2012

Adding custom columns/fields to Joomla article, section and user

Run:
ALTER TABLE `jos_content` ADD `article_image` VARCHAR( 255 ) NOT NULL
in for instance phpMyAdmin.

Tuesday, September 18, 2012

25 Excellent Ajax Techniques and Examples

Source: http://sixrevisions.com/ajax/ajax_techniques/
Ajax allows for rich-internet applications that mimic the responsiveness and complex user interfaces typically associated with desktop applications.

Thursday, August 2, 2012

Hide Joomla Subdirectory (Subfolder)

Source: http://joomlawebhosting.ca/joomla-15-tips/57-hide-joomla-subdirectory-subfolder.html
Instead of installing Joomla in the web root (public_html), some like to put
the Joomla files in a subfolder for better housekeeping.

Router Packet Networking

Đây là video ngắn khá hay, mô tả đường đi của một gói tin trên Mạng Internet.