How to Switch Web Servers (Apache, Nginx, OpenLiteSpeed) in Webuzo
One of Webuzo’s strengths is choice: it can run Apache, Nginx or OpenLiteSpeed as your web server. Each has strengths, and switching can noticeably change how fast your site feels under load. This is a server-wide, admin-level change, so it applies to the whole machine.
Which web server should you pick?
- Apache — the most compatible. It reads
.htaccessfiles, so most scripts and tutorials work without changes. A safe default. - Nginx — very efficient at serving traffic and static files, but it does not use
.htaccess, so rewrite rules must be configured differently. - OpenLiteSpeed — fast and modern, with excellent caching for WordPress via LSCache. Great when performance is the priority.
Switch the web server
- Log in to the Webuzo Admin Panel.
- Open the Apps or Server area and find the Web Server options.
- Install or select the web server you want (Apache, Nginx or OpenLiteSpeed).
- Apply the change and let Webuzo reconfigure and restart the service.
Because this affects every site on the server, plan it for a quiet period and test your sites straight afterwards.
A word of caution
If your sites rely on .htaccess rules (common with WordPress and custom PHP apps), moving away from Apache means those rules need to be recreated for the new server. When in doubt, open a support ticket and we will advise or handle the switch for you.
Frequently asked questions
Will switching web servers cause downtime?
There is usually a brief restart. The bigger risk is configuration differences, so always test your sites afterward.
Which is fastest for WordPress?
OpenLiteSpeed with LSCache is a strong performer for WordPress. Apache with a caching plugin is the most compatible.
My rewrite rules stopped working after switching to Nginx.
Nginx ignores .htaccess. The rules must be translated into Nginx configuration — contact support if you need help.
Was this article helpful?