Custombuild "502 Bad gateway"

DJ-ArcAngel

New member
Joined
Mar 30, 2022
Messages
1
Hi,

I've recently migrated a directadmin to rhel8. And now we are getting errors on custombuild, it won't load in the webinterface.


Screenshot_20220330_104847.png



Here a snippit from /var/log/messages
Mar 30 11:09:44 hostname directadmin[63410]: 2022/03/30 11:09:44 error proxy request error error=EOF url=http://unix/CMD_P
LUGINS_ADMIN/custombuild/vue_api.raw?get=version
Mar 30 11:09:44 hostname directadmin[63410]: 2022/03/30 11:09:44 error proxy request error error=EOF url=http://unix/CMD_P
LUGINS_ADMIN/custombuild/vue_api.raw?get=process

Here a snippit from debug console in browser
Request URL: https://host.com:2222/CMD_PLUGINS_A...D_PLUGINS_ADMIN/custombuild/updates_count.raw
Request Method: GET
Status Code: 502
Remote Address: 1.2.3.4:2222
Referrer Policy: strict-origin-when-cross-origin


I've tried to rebuild custombuild and rebuild/redownload the directadmin binaries without success.

Any help or tips would be apreciated.
 
recently migrated a directadmin to rhel8
From what OS?

Before you mitigated to the new server. When you install DA did the fresh install work?

Did you change the ip adress in the customer panel?

can you
run this?
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build clean
./build update
 
Back
Top