MySQL query to disable awstats

Discussion in 'ISPConfig 3 Priority Support' started by Stelios, Dec 2, 2020.

  1. Stelios

    Stelios Active Member HowtoForge Supporter

    Hi all,

    Can someone point please which are the related tables/fields that I will have to update in order to disable completely (set Webstatistics program value to none) the statistics in a multi-server setup under ISPconfig 3.2.1?
    Do I need to run the query to all servers (web,db,email,controlpanel) or just on the master (holds only the control panel) and web servers?

    Thanks
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You can do this on the master and let it replicate.
    In the table web_domain, change the default for column from awstats to blank (not the text, just empty) so in the future, no program is set by default.

    You can do the same for all cells in this column, make them blank, and then run a resync on all servers (Tools -> Resync)
     
  3. Stelios

    Stelios Active Member HowtoForge Supporter

    What should I click on Tools-Resync? Websites and All active web server?
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Yes.
     
    Stelios likes this.

Share This Page