503 Service Unavailable for Web Admin

#1
After migrating wordpress to a new server created via the openlitespeed wordpress deployment on GCP, I cant access my web admin.

After checking /usr/local/lsws/logs/error.log this is the output:

Code:
2025-08-06 02:20:19.919439 [NOTICE] [134588] [52.167.144.158:58233:HTTP2-1#wordpress] [STDERR] Check in plugin: defined
2025-08-06 02:20:19.919469 [NOTICE] [134588] [52.167.144.158:58233:HTTP2-1#wordpress] [STDERR] Check in plugin: defined
2025-08-06 02:20:20.010846 [NOTICE] [134589] [34.174.254.53:50752-1#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.010877 [NOTICE] [134589] [34.174.254.53:55236-2#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.010892 [NOTICE] [134589] [34.174.254.53:59458-3#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.010906 [NOTICE] [134589] [34.174.254.53:55248-3#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.013940 [NOTICE] [134591] [114.119.139.148:60523#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.019758 [NOTICE] [134588] [34.174.254.53:59432-2#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.019788 [NOTICE] [134588] [34.174.254.53:59468-2#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:20.335855 [NOTICE] [134590] [34.174.254.53:36308-10#wordpress] [STDERR] Check in plugin: defined
2025-08-06 02:20:20.335886 [NOTICE] [134590] [34.174.254.53:36308-10#wordpress] [STDERR] Check in plugin: defined
2025-08-06 02:20:21.013072 [NOTICE] [134590] [34.174.254.53:50790#wordpress] No request delivery notification has been received from LSAPI application, possible dead lock.
2025-08-06 02:20:21.296961 [NOTICE] [134588] [34.174.254.53:55282-3#wordpress:lsapi] [STDERR] Check in plugin: defined
2025-08-06 02:20:21.296987 [NOTICE] [134588] [34.174.254.53:55282-3#wordpress:lsapi] [STDERR] Check in plugin: defined
Is there anything i am missing or can try and troubleshoot?
 
#3
Yes I have it enabled.

It's wierd because this was a wordpress installation migrated from an older server. I moved the databases and all that was required.

when i run
Code:
sudo tail -n 20 /usr/local/lsws/admin/logs/error.log
this is the output after opening http://<IP>:7080

Code:
2025-08-06 10:47:48.601383 [NOTICE] [206161] [101.53.219.160:17830:HTTP2-1#_AdminVHost] oops! 503 Service Unavailable
2025-08-06 10:47:48.601403 [INFO] [206161] [101.53.219.160:17830:HTTP2-1] Content len: 0, request line: 'GET / HTTP/1.1'
I have checked the status too by running:
Code:
sudo /usr/local/lsws/bin/lswsctrl status
return:
Code:
litespeed is running with PID 206159.

I've tried restarting, rebooting the server, and each time it still returns the 503 error.

I'm going to try and migrate again but to another new server to see if the issue persists. Perhaps my backup is faulty.
 
Top