While setting up IPv6 connectivity on host systems, OpenVz w/ veth, or Xen containers is easy, doing the same with a typical OpenVz container using venet tends to run into problems. This guide shows you how to get IPv6 going on a OpenVz VPS that only has venet available to it. Also included, some tweaks and caveats regarding setting up Nginx, Apache (httpd), and other services with IPv6 connectivity.
Category: Apache
Apache and Nginx Together
This article is basically food-for-thought for those who wish to use Nginx either side-by-side or in front of the Apache (httpd) HTTP Server. Within covers tweaking the two to work with each other as well as some configuration scenarios.
Apache to Nginx Migration Tips
Nginx currently holds shy of 6.5% of the known webserver market, which is just roughly shy of 13 million servers. This little lightweight webserver created by a sole Russian developer has been gaining a great deal of popularity over the last few years and is used by sites such as Wordpress, Texts from Last Night and Hulu.
This guide will provide you with common migration tips to move from an Apache server to an Nginx configuration.
Handling wildcard subdomains with PHP
Subdomains can be a very handy way to make your urls more friendly looking. They can also be incredibly useful for membership driven websites to allow members to have their own custom subdomain. But how do make manage dynamic subdomains with PHP? This article shows you how.