Symptoms
When accessing webmail.domain.tld:2096 to access webmail using a service subdomains it will return 502 error.
Cause
Possible causes are the recent updates of our apache and ea-nginx packages.
We have opened an internal case with ID: CPANEL-53948 and our developers are looking into it as we speak.
Make sure to follow this article for any updates on the resolution.
Resolution
To apply the workaround please follow the below steps:
- Log in to WHM as
root - Navigate to Home / Service Configuration / Apache Configuration / Include Editor.
- Under Pre VirtualHost Include, select the All Apache versions.
-
Add the below code
CONFIG_TEXT: SetEnvIf Host "^(webmail|cpanel|whm|webdisk)\." proxy-nokeepalive=1
SetEnvIf Host "^(webmail|cpanel|whm|webdisk)\." proxy-initial-not-pooled=1 - Click Update.
- Click Restart Apache.
Comments
0 comments
Article is closed for comments.