Ispmanager 6 lite, pro, host

Installing and changing a web server in ispmanager

Web server installation

A web server can be installed:

To install the panel:

  1. Log in to ispmanager with superuser rights.
  2. Go to Software configuration → Web server (WWW).
  3. Configure the installation of the web server and additional software:

    OpenLiteSpeed ​​is available for installation if no other web servers are selected.

    • Select a web server:
      • OpenLiteSpeed
    • Set up collection of site statistics (optional):
      • Log rotation — option to archive and delete old web server logs
      • Awstats web statistics awstats log analyzer
      • Webalizer web statistics webalizer log analyzer (supported on Ubuntu 20)
    • Install additional modules (optional):

    For more information on LiteSpeed installation, please see the LiteSpeed installation article.

  4. Click Save and wait for the installation to complete.

The installation may take several minutes depending on the server performance and the number of sites. During the installation of the web server, the sites will be unavailable.

Changing the web server

Switching web servers may cause website malfunctions.

Some web server settings are incompatible with each other. If a web server is already installed on the ispmanager server and some sites are created, we recommend creating a backup copy of the site configuration files before switching to another web server. This will allow you to return the sites to their original state if they do not work correctly with the new web server.

When switching to another web server, issues may occur if the site:

  • Uses a .htaccess file. Nginx does not use .htaccess, and OpenLiteSpeed ​​will ignore all directives except those described in the Apache mod_rewrite module documentation.
  • Uses custom configuration file templates. The templates will have to be re-created.
  • Uses configuration files that were altered manually. The changes will need to be adapted to the new web server and re-entered.

For more information on changes when switching to a specific web server, please see articles about web servers:

To reinstall a web server:

  1. Log in to ispmanager with superuser rights.
  2. Go to Software configuration → Web server (WWW).
  3. Uncheck the installed web server and click Save.
  4. Install a different web server and additional software.

In this article