Plesk

Apache fails to start on a Plesk server after Apache update on CentOS 7 / RHEL 7

Symptoms

Cause

Product issue:

Resolution

Please consider updating your server:

Workaround

Install latest Plesk updates.

For servers with Litespeed enabled additional actions are required:

  1. Connect to the server via SSH.

  2. Download the patched psa-mod_proxy.rpm package:

    # wget https://support.plesk.com/hc/en-us/article_attachments/9861700053010/psa-mod_proxy.rpm

  3. Install the downloaded package:

    # rpm -Uvh psa-mod_proxy.rpm

  4. Start the Apache service:

    # service httpd start

  5. Repair web server configuraiton files:

    # plesk repair web -y

  6. If applicable, update ModSecurity ruleset:

    # plesk daily UpdateModSecurityRuleSet

If the update is not possible for some reason apply the following

workaround

  1. Connect to the Plesk server via SSH.

  2. Download the patched psa-mod_proxy.rpm package:

    # wget https://support.plesk.com/hc/en-us/article_attachments/12376918710167/psa-mod_proxy.rpm 

  3. Install the downloaded package:

    # rpm -Uvh psa-mod_proxy.rpm

  4. Start the Apache service:

    # service httpd start

Additional information