I have not worked on apache for a long time (if you don’t know, I am a big fan of NginX with PHP-FPM instead of surviving with apache :lol:), so in fact I do not have much experience on tweaking apache. Today when monitoring a server with an apache-based system, I […]
Web Servers
NginX is a very popular web server, and one of the most frequent need is add a new nginx module after installing it. This tutorial guides how to recompile nginx to add nginx push stream module on CentOS 6. First, we need to find out which is current nginx build […]
PageSpeed speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow. This tutorial help install mod_pagespeed for Apache on CentOS server. Install mod_pagespeed For 64-bit OS: [bash]wget […]
Virtualmin is a powerful and flexible web hosting control panel for Linux and UNIX systems based on the well-known Open Source web-based systems management GUI, Webmin. Popular web server associating with PHP-based application is Apache, but Nginx is also a good replacement for high-traffic websites. This article discusses about how to […]
Website redirect based on location scenario : You have many websites targeting for different user countries. For example: vn.domain.com for Vietnamese users, us.domain.com for US users. You want to allow your users to browse your website as fast as possible, and you have 1 server in Vietnam, 1 server in US, 1 […]
Have just read a great article about serving static files among many popular web servers. So I paste it here for future reference. This articles is published under this link. Update 1 (Mar 16, 2011): Apache MPM-Event benchmark added Update 2 (Mar 16, 2011): Second run of Varnish benchmark added Update 3 […]