How to Use the Command Line to Enable/Disable Webalizer

February 22, 2023 / How-to Guide

In this article, we will explain how to use the command line to enable/disable Webalizer.

Let us follow the steps:

  1. Log in to your server through SSH as a root user.
  2. Using your preferred text editor open the cPanel configuration file /var/cpanel/cpanel.config. In this example, the “vi” text editor is used.
    $ vi /var/cpanel/cpanel.config
  3. Set the value for skip Webalizer to “0”.
    skipwebalizer=0
  4. The above command indicates that the Webalizer has been enabled on the server.
  5. To disable the Webalizer on the server set the value as “1”.
    Skipwebalizer=1
  6. To check current Webalizer stats, execute the following commands:
    $ grep webalizer /var/cpanel/cpael.config
    skipwebalizer=0

To enable or disable Webalizer, use the command line in this manner. Hope you enjoyed reading our article. Contact our support team if you need any assistance.

Dominos Search