CWP WebServers Config

Now with CWP servers, you have the highest flexibility that you could ever imagine.
You can run different Web Servers Setup for each domain and even combine other servers and have many other possibilities. Read More

Apache and NGINX Together

Apache behind Nginx

Using Nginx as the primary frontend webserver can increase performance regardless if you choose to keep Apache running on the system. One of Nginx’s greatest advantage is how well it serves static content. It does so much more efficiently than Apache, and with very little cost to memory or processing. So placing Nginx in front will remove that burdern off Apache, leaving it to concentrate on dynamic request or special scenarios. Read More