Plesk

[BUG] Unable to start or restart Apache after uninstalling Roundcube in Plesk: Could not open configuration file roundcube.htaccess.inc No such file or directory

Symptoms

Cause

Product issue:

  • #PPPM-12924 "Uninstalling a webmail client no longer breaks Apache configuration files."

    Fixed in:

Resolution

Please consider updating your server:

Workaround

As a workaround:

Install again the Roundcube Component

  1. Connect to the server via SSH

  2. Install Roundcube:

    # plesk installer --select-release-current --install-component roundcube

  3. Repair web server configuration files:

    Note: This command might take a while when the Plesk server hosts many domains

    # plesk repair web

Fix webmail configuration for the domains

  1. Connect to the server via SSH

  2. Download the script:

    # wget https://support.plesk.com/hc/en-us/article_attachments/4402154178322/fix_PPPM12924.tar.gz

  3. Extract the script:

    # tar -xzvf fix_PPPM12924.tar.gz

  4. Give execute permissions to the script:

    # chmod 740 fix_PPPM12924.sh

  5. Run the script:

    # ./fix_PPPM12924.sh

  6. Repair web server configuration files:

    Note: This command might take a while when the Plesk server hosts many domains

    # plesk repair web

Exit mobile version