Plesk

Website on Plesk server suddenly started to show 500 error: AH10292: Invalid proxy UDS filename

Symptoms

Cause

This is an Apache bug which arose with Ubuntu packages update and later fixed in the following versions:

Plesk uses Apache packages from OS repositories and does not control their version updates.

Resolution

Update Apache packages to fix the issue:

  1. Log in to Plesk.

  2. Go to Tools & Settings > Server Management > System Updates and click Recheck now.

  3. Once updates are detected, click Update all.

The issue should be fixed, verify that websites are back online.

If Apache updates are not available

  1. Connect to the server using SSH.

  2. Execute below command:

    # sudo apt-mark unhold apache2

  3. Apply steps 2-3 from the resolution.