Plesk

Unable to start Apache on a Plesk server: AH02093: mod_watchdog is required

Symptoms

Cause

Module mod_watchdog is disabled on the server, by required by Apache.

Resolution

  1. Log in to Plesk.

  2. Go to Tools & Setings > Apache Web Server.

  3. Enable the watchdog module:

  4. Click OK to apply the changes.

 

Command-line solution

 

  1. Connect the Plesk server via SSH.

  2. Open /etc/httpd/conf.modules.d/00-base.conf in a text editor.In this example, we are using the vi editor:

    # vi /etc/httpd/conf.modules.d/00-base.conf

  3. Find the line with watchdog_module and uncomment it:
    Before

    ;LoadModule watchdog_module modules/mod_watchdog.so

    After:

    LoadModule watchdog_module modules/mod_watchdog.so

  4. Save the changes and close the file.

  5. Restart the Apache service:

    # service httpd restart

 

Exit mobile version